@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
@import url(../assets/bootstrap/css/bootstrap.min.css);

a {
    color: #0073e9
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2d2d2d;
    margin-bottom: 0
}

h1 {
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 3.25rem
}

h2 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.875rem
}

h2 .primary {
    color: #0073e9
}

h2 .secondary {
    color: #00d7a0
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem
}

p,
li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #757575
}

img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.btn {
    padding: 0 25px;
    outline: none !important;
    box-shadow: none !important;
    width: fit-content;
    height: 58px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-out;
}

.btn-primary {
    border-color: #0073e9;
    background-color: #0073e9;
    color: #fff
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    border-color: #188aff;
    background-color: #188aff;
    color: #fff
}

.btn-secondary {
    border-color: #00d7a0;
    background-color: #00d7a0;
    color: #fff
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    border-color: #00a97e;
    background-color: #00a97e;
    color: #fff
}

.btn-outline-secondary {
    border-color: #0073e9;
    background-color: #fff;
    color: #0073e9
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    border-color: #0073e9;
    background-color: #0073e9;
    color: #fff
}

.btn-outline-secondary {
    border-color: #00d7a0;
    background-color: #fff;
    color: #00d7a0
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    border-color: #00d7a0;
    background-color: #00d7a0;
    color: #fff
}

.btn-outline-light {
    border-color: #fff;
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light:focus {
    border-color: #fff;
    background-color: #fff;
    color: #0073e9
}

.btn-arrow {
    padding-left: 30px
}

.btn-arrow svg {
    margin-left: 10px;
    position: relative;
    bottom: 1px;
    z-index: auto
}

.btn-link {
    padding: 0;
    height: auto;
    color: #2d2d2d;
    text-decoration: none;
    transition: 0.3s all ease-out
}

.btn-link svg {
    margin-left: 8px;
    position: relative;
    bottom: 1px;
    z-index: auto
}

.btn-link svg path {
    fill: #2d2d2d;
    transition: 0.3s all ease-out
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #00d7a0
}

.btn-link:hover svg path,
.btn-link:active svg path,
.btn-link:focus svg path {
    fill: #00d7a0
}

.btn-border {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.btn-border:hover,
.btn-border:active,
.btn-border:focus {
    background: #fff;
    color: #000
}

.btn-icon {
    color: #fff;
    padding: 0;
    background: transparent;
    border: 0
}

.btn-icon svg {
    margin-right: 7px;
    height: 20px;
    position: relative;
    bottom: 1px;
    z-index: auto
}

.btn-icon svg path {
    transition: 0.3s all ease-out
}

.btn-icon:hover,
.btn-icon:active,
.btn-icon:focus {
    color: #00d7a0;
    background: transparent;
    border: 0
}

.btn-icon:hover svg path,
.btn-icon:active svg path,
.btn-icon:focus svg path {
    fill: #00d7a0
}

.btn-light {
    color: #fff
}

.btn-light svg path {
    fill: #fff
}

.btn-play {
    background: transparent;
    color: #0073e9;
    border: 1px solid #0073e9;
    padding: 11px 18px;
    font-size: 15px
}

.btn-play svg {
    height: 19px;
    margin-left: 10px
}

.btn-play svg path {
    fill: #0073e9
}

.btn-play:hover {
    background: #0073e9;
    color: #fff
}

.btn-play:hover svg path {
    fill: #fff
}

.btn-play-secondary {
    background: #fff;
    color: #00d7a0;
    border: 1px solid #00d7a0
}

.btn-play-secondary svg path {
    fill: #00d7a0
}

.btn-play-secondary:hover {
    background: #00d7a0;
    color: #fff
}

.btn-play-secondary:hover svg path {
    fill: #fff
}

.btn-center {
    margin: 0 auto
}

.btn-cta {
    border-color: #fff;
    background-color: #fff;
    color: #0073e9
}

.btn-cta:hover,
.btn-cta:active,
.btn-cta:focus {
    border-color: #fff;
    background-color: #fff;
    color: #00d7a0
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    outline: 0;
    padding: 0
}

html,
body {
    height: auto;
    width: 100%
}

body {
    font-family: "Poppins", sans-serif !important
}

html {
    scroll-behavior: smooth
}

.s-content {
    padding: 100px 0
}

.s-content .titleGroup strong {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #838383
}

.s-content .titleGroup h2 {
    margin-top: 8px;
    margin-bottom: 16px
}

.background-lazy {
    background: none !important;
    background-image: none !important;
    background-color: #0073e9
}

.dotGrid {
    background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
    background-size: 22px 22px;
    width: 100px;
    height: 100px
}

.header-full {
    width: 100vw;
    background: transparent;
    position: fixed;
    z-index: 9999;
    transition: 0.2s all ease-out;
    margin-top: 41px;
}

.header-full .navbar {
    padding: 19px 0
}

.header-full .logo {
    width: 132px;
    height: 40px;
    background: url(../uploads/images/logo-white.webp)
}

.header-full .navbar-collapse {
    justify-content: flex-end
}

.header-full .nav-link {
    display: flex;
    align-items: center;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem;
    transition: 0.3s all ease-out
}

.header-full .nav-link path {
    transition: 0.3s all ease-out
}

.header-full .nav-link:hover {
    color: #00d7a0 !important
}

.header-full .nav-link:hover path {
    fill: #00d7a0
}

.header-full .nav-link svg {
    margin-right: 10px
}

.header-full .active {
    color: #00d7a0 !important
}

.header-full li+li {
    margin-left: 10px
}

.header-full .external {
    display: flex;
    margin-left: 20px;
    padding-left: 20px;
    position: relative
}

.header-full .external .btn-primary {
    height: 40px;
    margin-left: 5px;
    position: relative;
    top: 1px;
    z-index: auto
}

.header-full .external:after {
    content: unset;
    display: block;
    width: 1px;
    height: 29px;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: auto;
    background: rgba(255, 255, 255, .33)
}

.header-fixed,
.header-light {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .32);
    position: fixed;
    top: 0;
    z-index: 999;
    transition: 0.3s all ease-out
}

.header-fixed .btn-border,
.header-light .btn-border {
    border-color: #000;
    background-color: #fff;
    color: #000;
}

.header-fixed .btn-border:hover,
.header-fixed .btn-border:active,
.header-fixed .btn-border:focus,
.header-light .btn-border:hover,
.header-light .btn-border:active,
.header-light .btn-border:focus {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.header-fixed .navbar,
.header-light .navbar {
    padding: 19px 0
}

.header-fixed .logo,
.header-light .logo {
    width: 132px;
    height: 40px;
    background: url(../uploads/images/logo-blue-black.png) no-repeat center/contain
}

.header-fixed .nav-link,
.header-light .nav-link {
    color: #2d2d2d !important
}

.header-fixed .nav-link svg path,
.header-light .nav-link svg path {
    fill: #2d2d2d !important
}

.header-fixed .nav-link:hover svg path,
.header-light .nav-link:hover svg path {
    fill: #00d7a0 !important
}

.header-fixed .active,
.header-light .active {
    color: #00d7a0 !important
}

.header-fixed .external:after,
.header-light .external:after {
    background: #000 !important;
    opacity: .2
}

footer {
    padding: 80px 0 60px 0;
    background: #000;
    position: relative
}

footer .menu strong {
    margin-bottom: 16px;
    display: block;
    font-size: 16px
}

footer strong {
    color: #fff
}

footer .menu ul {
    padding-left: 0;
    list-style: none
}

footer .menu ul li {
    margin-bottom: 5px
}

footer .menu ul a {
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem;
    transition: 0.3s all ease-out
}

footer .menu ul a:hover {
    color: #00d7a0
}

footer .endereco strong {
    margin-bottom: 16px;
    display: block;
    font-size: 16px
}

footer .endereco ul {
    list-style: none;
    padding-left: 0
}

footer .endereco ul a {
    text-decoration: none
}

footer .endereco ul li {
    margin-bottom: 5px;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem
}

footer .endereco ul+ul {
    margin-top: 24px
}

footer .social {
    padding-left: 30px;
    width: fit-content
}

footer .social strong {
    margin-bottom: 16px;
    display: block;
    font-size: 16px
}

footer span {
    color: #fff
}

footer .social ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .social ul li+li {
    margin-left: 35px
}

footer .social ul li:nth-of-type(3) svg {
    position: relative;
    bottom: 1px
}

footer .social ul li:nth-of-type(4) svg {
    position: relative;
    left: 1px
}

footer .social ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    transition: 0.3s all ease-out
}

footer .social ul a .iconify {
    font-size: 22px;
    transition: all 0.3s ease
}

footer .social ul a:hover .iconify {
    color: #00d7a0
}

footer .atendimento {
    margin-top: 42px;
    padding-left: 30px
}

footer .atendimento strong {
    margin-bottom: 16px;
    display: block;
    font-size: 16px
}

footer .atendimento ul {
    list-style: none;
    padding-left: 0
}

footer .atendimento ul li {
    margin-bottom: 5px;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem
}

footer .copyright {
    border-top: 1px solid #e4e4e4;
    margin-top: 50px;
    padding-top: 30px
}

footer .copyright .logo {
    display: flex;
    align-items: center
}

footer .copyright .logo img {
    width: 80px
}

footer .copyright .copy {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    color: #757575
}

footer .copyright .copy ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 0
}

footer .copyright .copy ul li {
    font-size: 13px;
    line-height: inherit
}

footer .copyright .copy ul li+li {
    margin-left: 20px
}

footer .copyright .copy ul a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-out
}

footer .copyright .copy ul a:hover {
    color: #00d7a0
}

#back-to-top {
    padding: 0;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .4);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-out;
    border-radius: 5px;
    z-index: 99
}

#back-to-top path {
    transition: 0.3s all ease-out
}

#back-to-top:hover {
    border-color: #00d7a0
}

#back-to-top:hover path {
    fill: #00d7a0
}

#back-to-top.show {
    opacity: 1;
    visibility: visible
}

.s-intro {
    width: 100%;
    min-height: 820px;
    /* 768 */
    display: flex;
    align-items: center;
    justify-content: normal;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.s-intro .container {
    position: relative;
    height: 400px;
    top: 20px;
    /* 291 */
}

.s-intro.first {
    background-image: url(../uploads/images/banner-1.webp)
}

.s-intro.second {
    background-image: url(../uploads/images/banner-2.webp)
}

.s-intro.third {
    background-image: url(../uploads/images/banner-3.webp)
}

.s-intro.fourth {
    background-image: url(../uploads/images/banner-4.webp)
}

.s-intro.five {
    background-image: url(../uploads/images/banner.webp)
}

.s-intro h1 {
    color: #fff;
    max-width: 600px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 75%;
}

.s-intro h1 span {
    background: #0073e9;
    margin-top: 10px;
    white-space: nowrap;
    width: fit-content;
}

.s-intro p {
    color: #fff;
    max-width: 500px;
    margin-bottom: 50px
}

.s-intro .cta {
    display: flex;
    gap: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    margin-left: 12px;
}

.s-intro .cta a+a {
    margin-left: 30px
}

.s-intro .cta svg {
    height: 20px
}

.s-intro .cta svg path {
    fill: #fff
}

.gradient {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #0073e9 -3.65%, #00d7a0 101.98%)
}

.arrow-down-effect {
    margin-top: 40px;
    -webkit-animation: vertical-animate 1.2s infinite;
    animation: vertical-animate 1.2s infinite
}

.arrow-down-effect svg path {
    fill: #0073e9
}

@-webkit-keyframes vertical-animate {

    0%,
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    70% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@keyframes vertical-animate {

    0%,
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    70% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

.s-sistema {
    padding-top: 130px
}

.s-sistema .text {
    display: flex;
    align-items: center
}

.s-sistema .text p {
    max-width: 320px
}

.s-sistema .cta {
    display: flex;
    justify-content: flex-end;
    position: relative
}

.s-sistema .cta .dotGrid {
    width: 230px;
    height: 202px;
    background-image: radial-gradient(circle at 1px 1px, black 1px, transparent 0);
    background-size: 22px 22px
}

.s-sistema .cta svg {
    position: absolute;
    top: -30px;
    right: 20px
}

.s-sistema .cta a {
    position: absolute;
    left: 22px;
    bottom: 40px
}

.s-sistema .thumbnails {
    gap: 20px;
    margin-top: 40px
}

.s-numeros {
    width: 100%;
    min-height: 500px;
    position: relative;
    background: #00d7a0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.s-numeros {
    overflow: hidden
}

.s-numeros .iconGroup {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 10px;
    left: 70%;
    z-index: 2
}

.s-numeros .iconGroup svg {
    width: 278px;
    height: 62px
}

.s-numeros .iconGroup svg path {
    fill: #fff
}

.s-numeros .iconGroup .left {
    position: absolute;
    top: 120px;
    left: -380px;
    z-index: auto
}

.s-numeros .iconGroup .left svg {
    transform: rotate(90deg)
}

.s-numeros .iconGroup .right {
    position: absolute;
    top: 120px;
    right: -225px;
    z-index: auto
}

.s-numeros .iconGroup .right svg {
    transform: rotate(-90deg)
}

.s-numeros .content {
    margin-bottom: 40px
}

.s-numeros .texto {
    height: 100px;
    margin-right: 60px
}

.s-numeros .thumbIcon h3 {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 3.325rem;
    margin-top: 16px;
    color: #fff
}

.s-numeros .thumbIcon h3 small {
    display: block;
    margin-top: 6px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem
}

.s-numeros .image {
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: auto;
    background: #00d7a0
}

.s-numeros .image:after {
    content: "";
    display: block;
    background: #00d7a0;
    mix-blend-mode: multiply;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.s-numeros .image.bg {
    background-image: url(../uploads/images/numeros-2.png?vs=4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

.s-clientes {
    background: #101010
}

.s-satisfacao h2 {
    max-width: 350px;
    margin-bottom: 16px
}

.s-satisfacao h2 span {
    display: block
}

.s-satisfacao p {
    max-width: 450px;
    margin-bottom: 32px
}

.s-satisfacao .image {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.s-download {
    background: #101010;
    padding: 50px 0
}

.s-download .content {
    display: flex;
    align-items: center;
    padding: 60px
}

.s-download .content h2 {
    color: #fff;
    max-width: 450px;
    margin-bottom: 24px;
    position: relative
}

.s-download .content h2 svg {
    width: 90px;
    transform: rotate(90deg);
    position: absolute;
    top: 30px;
    left: -90px
}

.s-download .content h2 svg path {
    fill: #00d7a0
}

.s-download .content p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 32px;
}

.s-download .cta a {
    transition: 0.2s all linear;
    text-decoration: none
}

.s-download .cta a:hover {
    opacity: .5
}

.s-download .cta a+a {
    margin-left: 20px
}

.s-organize .content {
    display: flex;
    align-items: center
}

.s-organize h2 {
    font-size: 2.5rem;
    line-height: 120%;
    max-width: 500px;
    margin-bottom: 25px;
}

.s-organize p {
    color: #000;
    max-width: 460px;
    margin-bottom: 24px
}

.s-organize a {
    margin-top: 32px
}

.s-organize .listGroup {
    display: flex
}

.s-organize .listGroup ul {
    padding-left: 0;
    margin-bottom: 0
}

.s-organize .listGroup ul+ul {
    margin-left: 30px
}

.s-organize .listGroup li {
    list-style: none;
    position: relative;
    padding-left: 29px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #000;
    margin-bottom: 14px
}

.s-organize .listGroup li:after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url(../uploads/images/check.svg);
    position: absolute;
    top: 3px;
    left: 0
}

.s-organize .listGroup li:last-child {
    margin-bottom: 0
}

.s-organize .image {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-end */
}

.thumbIcon {
    height: 100%;
    text-align: center
}

.cardThumb {
    background: #FFF;
    padding: 30px 10px;
    display: grid;
    place-items: center;
    box-shadow: 3px 4px 9px 5px rgba(0, 0, 0, 0.13);
    border-radius: 12px;
    height: 100%;
    min-width: 140px;
    /* width: fit-content; */
    width: 100%;
    margin: 0 auto;
}

.cardThumb.omnichannel {
    min-width: 130px;
    width: 100%;
    margin: 0;
}

.cardThumb.dark-text h3 {
    color: #000
}

.cardThumb.blue-title h3 {
    color: #0073E9
}

.cardThumb.blue-title p {
    color: #000
}

.cardThumb.sameHeight {
    min-height: 180px
}

.cardThumb.contract {
    min-height: 190px
}

.thumbIcon h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem;
    margin-top: 16px
}

.thumbIconText {
    text-align: center
}

.thumbIconText h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem;
    margin-top: 16px
}

.thumbIconText p {
    max-width: 320px;
    margin: 6px auto 0 auto;
    font-size: 15px
}

.thumbsCenter {
    display: flex;
    align-items: normal;
    justify-content: center;
}

.thumbsCenter.omnichannel {
    gap: 20px;
}

.thumbPrimary svg path {
    fill: #0073e9
}

.thumbSecondary svg path {
    fill: #00d7a0
}

.slick-slide {
    margin: 0 20px
}

.slick-slide img {
    width: 100%
}

.slick-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: normal;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 95%;
    margin: 0 auto
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    display: table;
    content: "";
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev {
    background: url(../uploads/images/previous.png);
    border: none;
    width: 11px;
    height: 18px
}

.slick-next {
    background: url(../uploads/images/next.png);
    border: none;
    width: 11px;
    height: 18px
}

.progressGroup {
    margin-bottom: 24px
}

.progressGroup:last-child {
    margin-bottom: 0
}

.progressGroup .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.progressGroup .info h3,
.progressGroup .info span {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem
}

.progressGroup .progress {
    height: 7px;
    background: #bcf0e3;
    border-radius: 40px
}

.progressGroup .progress-bar {
    background: #00d7a0;
    border-radius: 40px
}

.s-banner {
    margin-top: 88px;
    width: 100%;
    min-height: 500px;
    position: relative;
    background: #0073e9;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.s-banner h1 {
    color: #fff;
    margin-bottom: 16px
}

.s-banner p {
    color: #fff;
    margin-bottom: 32px;
    max-width: 350px
}

.s-banner .cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.s-banner .content .text {
    width: 45%
}

.s-banner.bannerContato .content .text {
    width: 75%;
}

.s-banner .cta a+a {
    margin-left: 30px
}

.s-banner .image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: auto;
    background: #0073e9
}

.s-banner .image:after {
    content: "";
    display: block;
    background: #0073e9;
    mix-blend-mode: multiply;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.s-banner .image.inventario:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(28, 50, 73, .55);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    mix-blend-mode: unset;
    opacity: 1
}

.s-banner .image.omnichannel:after {
    content: unset !important;
}

.s-banner .image .dotGrid {
    width: 200px;
    height: 150px;
    position: absolute;
    bottom: 70px;
    left: -34px;
    z-index: 2;
    background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
    background-size: 22px 22px
}

.s-banner .inventario .iconGroup {
    left: 45%;
    top: 50px
}

.s-banner .inventario .iconGroup .left {
    left: -340px
}

.s-banner .inventario .iconGroup .right {
    right: -300px
}

.s-banner .image.inventario {
    background-image: url(../uploads/images/inventario-inteligente.png?vs=3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

.s-banner .image.omnichannel {
    background-image: url(../uploads/images/background-omnichannel.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.s-banner .image.recursos {
    background-image: url(../uploads/images/recursos.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

.s-banner .image.recursos .iconGroup {
    position: absolute;
    right: 0;
    top: 0
}

.s-banner .image.free-materials {
    background-image: url(../uploads/images/free-materials.png?vs=2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

.s-banner .image.lgpd {
    background-image: url(../uploads/images/lgpd.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit
}

.s-banner .image.lgpd:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(28, 64, 102, .53);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    mix-blend-mode: unset;
    opacity: 1
}

.s-banner .image.contato {
    background-image: url(../uploads/images/contato.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit
}

.s-bannerPlanos {
    margin-top: 88px;
    width: 100%;
    min-height: 200px;
    position: relative;
    background: #0073e9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center
}

.s-bannerPlanos h1 {
    color: #fff;
    margin-bottom: 16px
}

.s-bannerPlanos p {
    color: #fff;
    margin-bottom: 0
}

.s-bannerMateriais {
    margin-top: 88px;
    width: 100%;
    min-height: 300px;
    position: relative;
    background: #0073e9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center
}

.s-bannerMateriais h1 {
    color: #fff;
    margin-bottom: 16px
}

.s-bannerMateriais p {
    color: #fff;
    margin-bottom: 0
}

.bannerContato {
    height: 640px
}

.bannerContato .form {
    position: relative
}

.bannerContato .form .msg {
    display: flex;
    align-items: center;
    position: absolute;
    right: 8px;
    bottom: 17px
}

.bannerContato .form .msg svg {
    margin-right: 10px
}

.bannerContato .form .msg p {
    margin: 0
}

.bannerContato .content {
    width: 50%;
    padding-right: 70px
}

.bannerContato .content h1 {
    margin-bottom: 32px
}

.bannerContato .content #rd-column-kpo6xgcj>div {
    background: #0073e9
}

.bannerContato .content #rd-form-kpo6xgck .bricks-form__label {
    width: fit-content;
    position: relative
}

.bannerContato .content #rd-form-kpo6xgck .bricks-form__label::after {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    top: 0;
    width: 10px;
    height: 15px;
    background: #0073e9;
    padding-left: 5px;
    z-index: 1
}

.bannerContato .content #rd-form-kpo6xgck .bricks-form__input {
    background: none;
    border: 1px solid #fff;
    height: 40px;
    color: #fff;
    font-size: .938rem;
    outline: 0 !important;
    border-radius: 4px
}

.bannerContato .content #rd-form-kpo6xgck .bricks-form__submit {
    width: 100%
}

.bannerContato .content #rd-button-kpo6xgco {
    padding: 0 25px;
    outline: none !important;
    box-shadow: none !important;
    width: fit-content;
    height: 58px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-out;
    width: 100%;
    border-color: #00d7a0;
    background-color: #00d7a0;
    color: #fff
}

.bannerContato .content #rd-button-kpo6xgco:hover,
.bannerContato .content #rd-button-kpo6xgco:active {
    border-color: #00a97e;
    background-color: #00a97e;
    color: #fff
}

.bannerContato .content #rd-form-kpo6xgck .with-select-flags>.phone-input-group>.phone-country {
    background: none;
    border: 1px solid #fff;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bannerContato .content #rd-form-kpo6xgck .with-select-flags>.phone-input-group>.select2-container>.select2-choice>.select2-chosen>.flag {
    margin-left: 15px
}

.bannerContato .content .select2-container .select2-choice .select2-arrow b {
    display: none
}

.bannerContato .content #rd-form-kpo6xgck .select2-container .select2-choice {
    background: none
}

.bannerContato .content #rdstation-bricks-embeddable-form-bricks-component-a8OP_3wPeV48KTxHiMxmvg .bricks-form {
    padding: 0
}

.bannerContato .content #rd-form-kpo6xgck .bricks-form__field:nth-of-type(5) {
    width: 100%
}

.bannerContato .content #rd-form-kpo6xgck .bricks-form__field:nth-of-type(6) {
    width: 100%
}

.bannerContato .content #rd-form-kpo6xgck .bricks-form__field:nth-of-type(6) input {
    height: 90px
}

form .row {
    margin-bottom: 16px
}

form input {
    background: none;
    border: 1px solid #fff;
    height: 41px;
    color: #fff;
    font-size: .938rem
}

form input::placeholder {
    color: #fff
}

form select {
    background: none;
    border: 1px solid #fff;
    height: 41px;
    color: #fff;
    font-size: .938rem
}

form select::placeholder {
    color: #fff
}

form select option {
    color: #0073e9
}

form textarea {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: .95rem;
    resize: none
}

form textarea::placeholder {
    color: #fff
}

form button {
    width: 100%
}

form .msg {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

form .msg svg {
    position: relative;
    bottom: 1px;
    right: 7px
}

form .msg p {
    width: fit-content;
    margin: 0
}

.contactLinks svg {
    width: 20px;
    height: 28px
}

.contactLinks a {
    text-decoration: none
}

.contactLinks a:hover {
    color: #00d7a0
}

.sInt {
    padding: 100px 0
}

.sInt .titleGroup h2 {
    margin-bottom: 24px
}

.sInt .titleGroup .alert {
    color: #757575;
    width: fit-content;
    margin: 24px auto 24px auto;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px
}

.sInt .titleGroup .alert.alert-blue {
    color: #0073E9
}

.sInt .textGroup p:last-child {
    margin-bottom: 0
}

.sInt .titleCenter {
    position: relative;
    text-align: center;
    z-index: 2;
}

.sInt .titleCenter h2 {
    max-width: 840px;
    margin: 0 auto 24px auto
}

.sInt .titleCenter p {
    max-width: 730px;
    margin: 0 auto
}

.sInt .thumbnails {
    margin: 50px 0 10px 0
}

.sInt .play .btn-play {
    margin-top: 40px
}

.sInt .play .btn-center {
    margin: 40px auto 0 auto
}

.sInt .imageCenter {
    display: block;
    margin: 30px auto 0 auto
}

.sInt-borderTop {
    border-top: 1px solid #e4e4e4
}

.sInt-imageBottom {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 0 !important;
}

.sInt-dark {
    background: #101010
}

.sInt-dark h2,
.sInt-dark h3,
.sInt-dark p,
.sInt-dark li {
    color: #fff
}

.sInt-dark .play .btn-play {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.sInt-dark .play .btn-play svg path {
    fill: #fff
}

.sInt-dark .play .btn-play:hover {
    background: #fff;
    color: #101010
}

.sInt-dark .play .btn-play:hover svg path {
    fill: #101010
}

.sInt-dark .play .btn-center {
    margin: 32px auto 50px auto
}

.sInt-grey {
    background: rgba(206, 226, 236, .3)
}

.sInt-gradient {
    background: #0073e9
}

.sInt-gradient h2,
.sInt-gradient h3,
.sInt-gradient p,
.sInt-gradient a {
    color: #fff
}

.sInt-gradient svg path {
    fill: #0073e9
}

.sInt-left .content {
    display: flex;
    align-items: center;
    justify-content: normal
}

.sInt-left .image {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.sInt-right .content {
    display: flex;
    align-items: center;
    justify-content: normal
}

.sInt-right .image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    width: fit-content;
}

.sInt-sla {
    border-top: 1px solid #e4e4e4
}

.sInt-faixa {
    background: #0073e9;
    padding: 50px 0
}

.sInt-faixa h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.125rem;
    color: #fff;
    margin-bottom: 0
}

.sInt-faixa .content {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.sInt-faixa .cta {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.sInt-faixaBC {
    background-image: url(../uploads/images/bc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

.sInt-faixaServicos {
    background: #f0f6f9
}

.sInt-faixaServicos h2 {
    color: #00d7a0
}

.sInt-app .btn-download {
    margin-top: 40px
}

.sInt-app-advantage {
    line-height: 1.625rem;
    font-size: 1rem;
    font-weight: 400
}

.sInt-app .btn-download a {
    transition: 0.3s all ease-out;
    text-decoration: none
}

.sInt-app .btn-download a:hover {
    opacity: .5
}

.sInt-app .btn-download a+a {
    margin-left: 20px
}

.sInt-contratos .thumbnails+.thumbnails {
    margin-top: 40px
}

.sInt-play .image {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.sInt-play .image .circle {
    background-image: url(../uploads/images/circle.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px
}

.sInt-play .image .circle a {
    background: linear-gradient(180deg, #0073e9 0%, #00d7a0 100%);
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 105px;
    transition: 0.3s all ease-out
}

.sInt-play .image .circle a:hover {
    transform: scale(1.15)
}

.sInt-play .image .circle a svg {
    position: relative;
    left: 2px;
    z-index: auto
}

.s-404 {
    margin-top: 88px;
    text-align: center;
    padding: 100px 0
}

.s-404 h1 {
    margin-top: 16px;
    margin-bottom: 16px
}

.s-404 a {
    margin: 40px auto 0 auto
}

.s-titleTermos {
    margin-top: 88px;
    width: 100%;
    min-height: 200px;
    position: relative;
    background: #0073e9;
    display: flex;
    align-items: center;
    justify-content: center
}

.s-titleTermos h1 {
    color: #fff;
    text-align: center
}

.s-termos {
    padding: 80px 0
}

.s-termos article {
    margin: 42px 0
}

.s-termos h2 {
    font-size: 22px;
    margin-bottom: 8px
}

.s-termos h3 {
    font-size: 16px;
    margin-bottom: 8px
}

.s-termos .spaced-paragraph {
    margin-left: 40px
}

.s-grid {
    padding: 100px 0;
    min-height: 500px;
    background: #fff;
    position: relative;
    z-index: auto;
    display: flex;
    align-items: center;
    justify-content: normal
}

.s-grid .content {
    display: flex;
    align-items: normal;
    justify-content: flex-end;
    position: relative;
    z-index: auto
}

.s-grid h2 {
    margin-bottom: 16px;
    color: #2d2d2d
}

.s-grid h2 span {
    color: #00d7a0
}

.s-grid p {
    margin-bottom: 0;
    color: #757575
}

.s-grid a {
    margin-top: 32px
}

.s-grid .image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: auto
}

.s-grid .image:after {
    content: "";
    display: block;
    background: #0073e9;
    mix-blend-mode: multiply;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: auto;
    width: 100%;
    height: 100%
}

.s-grid01 .content {
    padding-right: 20px
}

.s-grid01 h2 {
    max-width: 480px
}

.s-grid01 p {
    max-width: 350px
}

.s-grid01 .image {
    background-image: url(../uploads/images/otimize.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset
}

.s-grid01 .dotGrid {
    width: 73px;
    height: 175px;
    position: absolute;
    bottom: 30px;
    left: 52%;
    z-index: auto
}

.s-grid01 .icon {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -70px;
    left: 50%;
    z-index: auto;
    z-index: 1;
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}

.s-grid01 .icon svg {
    position: relative;
    top: 3px
}

.s-grid02 .content {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    position: relative;
    z-index: auto
}

.s-grid02 h2 {
    max-width: 480px
}

.s-grid02 p {
    max-width: 350px
}

.s-grid02 .image2 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: auto;
    background-image: url(../uploads/images/otimize.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset
}

.s-grid02 .image2:after {
    content: "";
    display: block;
    background: #0073e9;
    mix-blend-mode: multiply;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: auto;
    width: 100%;
    height: 100%
}

.s-grid02 .dotGrid {
    width: 73px;
    height: 175px;
    position: absolute;
    bottom: 30px;
    left: 52%;
    z-index: auto
}

.s-grid02 .icon {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 140px;
    left: 50%;
    z-index: auto
}

.s-grid02 .icon path {
    fill: #0073e9
}

.sInt-links {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0
}

.sInt-links ul {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.sInt-links ul li {
    margin-bottom: 15px
}

.sInt-links ul a {
    background: #fff;
    border: 1px solid #cdcdcd;
    color: #757575;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

.sInt-links ul a.destaque {
    background: #00d7a0;
    border-color: #00d7a0;
    color: #fff
}

.s-infoContato {
    padding: 80px 0
}

.s-infoContato .info ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.s-infoContato .info ul li {
    border: 1px solid #c9c9c9;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 6px
}

.s-infoContato .info ul li:last-child {
    margin-bottom: 0
}

.s-infoContato .info ul li svg {
    width: 25px;
    margin-right: 15px
}

.s-infoContato .mapa {
    width: 100%;
    height: 100%
}

.s-infoContato .mapa iframe {
    width: 100%;
    height: 100%
}

.sInt-ajudaLGPD {
    background: #00d7a0
}

.s-cta {
    padding: 130px 0;
    background: #0073e9;
    position: relative;
    z-index: auto
}

.s-cta .content {
    display: flex;
    align-items: normal;
    justify-content: flex-end;
    position: relative;
    z-index: 2
}

.s-cta h2 {
    margin-bottom: 16px;
    margin-left: auto;
    color: #fff
}

.s-cta p {
    margin-left: auto;
    margin-bottom: 0;
    color: #fff
}

.s-cta a {
    margin-top: 32px;
    margin-left: auto
}

.s-cta .text {
    text-align: right
}

.s-cta .image {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.s-cta01 .content {
    padding-right: 10px
}

.s-cta01 h2 {
    max-width: 320px
}

.s-cta01 p {
    max-width: 350px
}

.s-cta01 .image {
    background-image: url(../uploads/images/otimize.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset
}

.s-cta01 .image01 {
    background-image: url(../uploads/images/otimize-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset
}

.s-cta01 .dotGrid {
    width: 73px;
    height: 175px;
    position: absolute;
    bottom: 30px;
    left: 52%;
    z-index: auto
}

.s-cta01 .icon {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 140px;
    left: 55%;
    z-index: 5
}

.s-cta01 .icon path {
    fill: #fff
}

.s-cta02 {
    overflow: hidden;
}

.s-cta02 h2 {
    max-width: 420px;
}

.s-cta02 p {
    max-width: 390px
}

.s-cta02 .cta a:first-child {
    margin-bottom: 20px
}

.s-cta02 .cta a+a {
    margin-left: 30px
}

.s-cta02 .cta .btn-icon svg {
    height: 22px
}

.s-cta02 .cta .btn-icon svg path {
    fill: #fff
}

.s-cta02 .cta .btn-icon:hover svg path {
    fill: #00d7a0
}

.s-cta02 .image {
    background-image: url(../uploads/images/cta-image-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.alt-image .s-cta02 .image {
    background-image: url(../uploads/images/cta-02-alt.png);
    background-position: right top;
    width: 54%
}

.alt-image .s-cta02 .image:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 105%;
    background: rgba(28, 50, 73, .37);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.alt-image .s-cta .iconGroup {
    top: 90px
}

.alt-image .s-cta .iconGroup .right {
    right: -175px
}

.s-cta02 .dotGrid {
    width: 60px;
    height: 175px;
    position: absolute;
    bottom: 30px;
    left: 52%;
    z-index: auto
}

.s-cta .iconGroup {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 190px;
    left: 45%;
    z-index: 3
}

.s-cta .iconGroup svg {
    width: 278px;
    height: 62px
}

.s-cta .iconGroup svg path {
    fill: #fff
}

.s-cta .iconGroup .left {
    position: absolute;
    top: 120px;
    left: -530px;
    z-index: auto
}

.s-cta .iconGroup .left svg {
    transform: rotate(90deg)
}

.s-cta .iconGroup .right {
    position: absolute;
    top: 120px;
    right: -125px;
    z-index: auto
}

.s-cta .iconGroup .right svg {
    transform: rotate(-90deg)
}

.otimize-03 .iconGroup {
    top: 150px
}

.s-cta02 .text {
    text-align: right
}

.s-cta02 .all-dots {
    position: absolute;
    left: 50%;
    bottom: 0
}

.s-cta .all-dots {
    position: absolute;
    left: 50.5%;
    bottom: 0;
    z-index: 1
}

.otimize-01 .all-dots {
    position: absolute;
    left: 48%;
    bottom: 0
}

.otimize-01 .image {
    background-image: url(../uploads/images/otimize-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset
}

.otimize-10 .image {
    background-image: url(../uploads/images/otimize-10.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.otimize-10 .image::after {
    content: unset !important;
}

.otimize-10 h2 {
    max-width: 350px;
}

.otimize-10.otimize-gpt h2 {
    max-width: 100%;
}

.otimize-10.otimize-gpt p {
    max-width: 100%;
}

.otimize-02 .image {
    width: 50%
}

.otimize-02 .all-dots {
    left: 50.5%
}

.otimize-02 .iconGroup {
    top: 5px;
    left: 43%
}

.otimize-01 .image:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 105%;
    background: rgba(28, 50, 73, .37);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.otimize-02 .image:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 105%;
    background: rgba(28, 50, 73, .37);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.otimize-02 .iconGroup .right {
    position: absolute;
    top: 120px;
    right: -215px;
    z-index: auto
}

.otimize-02 .iconGroup .left {
    position: absolute;
    top: 120px;
    left: -480px;
    z-index: auto
}

.otimize-02 .image {
    background-image: url(../uploads/images/otimize-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset
}

.otimize-03 {
    overflow: hidden
}

.otimize-03 .image {
    background-image: url(../uploads/images/otimize-03.png?vs=2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
    width: 50%
}

.otimize-04 .image {
    background-image: url(../uploads/images/background-otimize-04.png?vs=2) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%
}

.otimize-04 h2 {
    text-align: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 119%;
    max-width: unset;
    width: fit-content;
}

.otimize-03 .all-dots {
    bottom: -30px;
    left: 48%
}

.list {
    list-style: none;
    padding-left: 0;
    margin-top: 32px;
    margin-bottom: 0
}

.list li {
    margin-bottom: 18px;
    padding-left: 32px;
    position: relative
}

.list li:after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: auto;
    background: url(../uploads/images/check-green.svg)
}

.list li:last-child {
    margin-bottom: 0
}

.listGroup {
    display: flex
}

.listGroup .list {
    margin-top: 16px
}

.listGroup ul+ul {
    margin-left: 40px
}

.s-planos {
    padding: 100px 0 70px
}

.s-planos .table {
    margin-bottom: 0
}

.s-planos .mobile {
    display: none;
    height: 85px
}

.s-planos tr {
    height: 42px
}

.s-planos th {
    padding: 9px 0 0 0;
    border: none;
    color: #757575;
    width: 50%
}

.s-planos th h2 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem
}

.s-planos th h3 {
    align-items: center;
    color: #757575;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    gap: 8px;
    line-height: 1.625rem
}

.s-planos th h3 svg {
    width: 22px
}

.s-planos.teste th {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    padding: 9px 0 0 0;
    border: none;
    color: #757575;
    width: 23%
}

.s-planos th strong {
    align-items: center;
    color: #2d2d2d;
    display: flex;
    gap: 8px
}

.s-planos td {
    border: none;
    text-align: center;
    color: #757575;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem
}

.s-planos.teste td {
    border: none;
    text-align: center;
    color: #757575;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    width: 10%
}

.s-planos td.no-padding {
    padding: 0
}

.s-planos td .line-th {
    display: block;
    height: 1px;
    background: #E0E0E0;
    width: 100%;
    margin-top: 22px
}

.s-planos tr.spacer {
    height: 15px
}

.s-planos .valores-fixos {
    bottom: 0;
    position: sticky;
    height: 210px;
    width: 100%;
    max-width: 1295px;
    display: flex;
    list-style: none;
    padding-left: 0
}

.s-planos .valores-fixos .grupo {
    display: flex
}

.s-planos .valores-fixos .grupo .valor {
    text-align: center;
    margin: 0 15px
}

.s-planos .valores-fixos .plano {
    width: 25%;
    min-width: 325px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #cee2ec
}

.s-planos .valores-fixos .plano:last-child {
    border-right: none
}

.s-planos .valores-fixos .plano strong {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.625rem;
    margin-bottom: 8px;
    color: #2d2d2d;
    opacity: .7
}

.s-planos .valores-fixos .plano p {
    margin-bottom: 6px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.425rem;
    color: #0073e9
}

.s-planos .valores-fixos .plano .btn {
    height: 42px;
    padding: 0 15px;
    margin-top: 16px;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.525rem
}

.s-planos .valores-fixos .plano .hide {
    display: none
}

.s-planos .valores-fixos .infos {
    width: 50%;
    min-width: 648px;
    padding-right: 30px;
    background: #fff;
    border-right: 1px solid #cee2ec;
    border-top: 1px solid #cee2ec;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.s-planos .valores-fixos .infos strong {
    margin-bottom: 10px;
    color: #0073e9;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.825rem
}

.s-planos .valores-fixos .infos p {
    margin-bottom: 6px;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.525rem
}

.s-planos .valores-fixos .infos p:last-child {
    margin-bottom: 0
}

.lpDark {
    background: #101010
}

.lpHeader {
    position: relative
}

.lpHeader .container {
    justify-content: center
}

.lpIntro {
    width: 100%;
    padding: 90px 0;
    position: relative;
    background: #0073e9;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.lpIntro .content {
    position: relative
}

.lpIntro .content img {
    position: absolute;
    right: 123px;
    bottom: -114px;
    z-index: auto
}

.lpIntro .bloco {
    position: relative
}

.lpIntro .lpTexto h1 {
    color: #fff;
    margin-bottom: 32px;
    max-width: 600px
}

.lpIntro .lpTexto ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.lpIntro .lpTexto ul li {
    color: #fff
}

.lpIntro .lpTexto ul li:last-child {
    margin-bottom: 0
}

.lpIntro .lpTexto ul li:after {
    filter: brightness(0) invert(1)
}

.lpIntro .lpForm {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.lpIntro .lpForm .boxForm {
    background: #fff;
    width: 100%;
    max-width: 480px;
    padding: 30px 30px 44px 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.lpIntro .lpForm .gradient {
    width: 100%;
    max-width: 480px
}

.lpIntro .lpForm .image {
    width: 100%;
    max-width: 480px;
    height: 300px;
    margin-bottom: 90px;
    position: relative;
    bottom: 1px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-image: url(../uploads/images/experimente-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

.lpIntro .lpForm .image:after {
    content: "";
    display: block;
    background: #0073e9;
    mix-blend-mode: multiply;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: auto;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.lpSolucoes {
    padding: 90px 0
}

.lpSolucoes h2 {
    color: #fff;
    max-width: 640px
}

.lpSolucoes .thumb {
    background: #212121;
    margin-top: 40px;
    text-align: center;
    padding: 0 15px;
    height: 299px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.lpSolucoes .thumb h3 {
    color: #fff;
    margin-bottom: 8px;
    margin-top: 16px
}

.lpSolucoes .thumb p {
    font-size: 14px;
    margin-bottom: 0
}

#rdstation-bricks-embeddable-form-bricks-component-SjCxAegfcb-srP1lfR3S3w .bricks--column button {
    border-color: #00d7a0;
    background-color: #00d7a0;
    color: #fff;
    padding: 0 25px;
    outline: none !important;
    box-shadow: none !important;
    width: fit-content;
    height: 58px;
    border-radius: 6px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.825rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-out
}

#rd-form-kpec92et .bricks-form__static {
    font-size: 13px !important;
    text-align: center
}

.sInt-materiais {
    padding: 80px 0
}

.sInt-materiais .nav-tabs {
    justify-content: center;
    margin-bottom: 35px
}

.sInt-materiais .nav-tabs li {
    position: relative;
    bottom: 1px
}

.sInt-materiais .nav-tabs button {
    background: #fff;
    border: 0;
    color: #757575;
    border-bottom: 3px solid transparent;
    padding: 15px 20px;
    outline: none !important;
    transition: 0.3s all ease-out
}

.sInt-materiais .nav-tabs button:hover {
    border-color: #0073e9;
    transition: 0.3s all ease-out
}

.sInt-materiais .nav-tabs button.active {
    color: #0073e9;
    border-bottom: 3px solid #0073e9;
    transition: 0.3s all ease-out
}

.sInt-materiais .thumbsMateriais {
    margin-top: 40px;
    justify-content: center
}

.sInt-materiais .thumbsMateriais a {
    text-decoration: none
}

.sInt-materiais .thumbsMateriais .thumb {
    margin-bottom: 40px
}

.sInt-materiais .thumbsMateriais .thumb .image {
    width: 100%;
    height: 250px;
    background: #222;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 6px;
    transition: 0.3s all ease-out
}

.sInt-materiais .thumbsMateriais .thumb .image img {
    width: fit-content;
    height: 100%;
    transition: 0.3s all ease-out
}

.sInt-materiais .thumbsMateriais .thumb:hover img {
    transform: scale(1.1);
    transition: 0.3s all ease-out
}

.sInt-materiais .thumbsMateriais .thumb h2 {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.675rem;
    text-align: center;
    margin-bottom: 8px
}

.sInt-materiais .thumbsMateriais .thumb p {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.525rem;
    text-align: center
}

.newsletter {
    background: #00d7a0
}

.newsletter h2 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.025rem;
    color: #fff
}

.newsletter #rd-column-kph7rcwv>div {
    background: #00d7a0
}

.newsletter form#conversion-form-newsletter-novo-site {
    display: flex !important
}

.newsletter #rd-form-kph7rcww .bricks-form__fieldset {
    flex-flow: row !important;
    margin-right: 20px
}

.newsletter #rd-form-kph7rcww .bricks-form__field {
    margin-bottom: 0
}

.newsletter #rd-form-kph7rcww .bricks-form__label {
    display: none
}

.newsletter #rdstation-bricks-embeddable-form-bricks-component-D7xMAaSHoT88mFVsOLg6TA .bricks-form__submit {
    width: auto;
    margin: 0px !important
}

.newsletter #rdstation-bricks-embeddable-form-bricks-component-D7xMAaSHoT88mFVsOLg6TA .bricks-form {
    padding: 0
}

.newsletter #rd-button-kph7rcx0 {
    width: 150px;
    height: 48px;
    min-width: auto !important;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.725rem;
    border: none;
    background: #fff;
    margin-top: 0;
    color: #00d7a0
}

.newsletter #rd-form-kph7rcww .bricks-form__input {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    margin-right: 20px
}

.header-carreiras .external,
.header-vagas .external {
    padding-left: 0
}

.header-carreiras .external:after,
.header-vagas .external:after {
    display: none
}

.s-introCarreiras {
    min-height: 550px;
    background: #000;
    background-image: url(../uploads/images/banner-carreiras.png?vs=1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

.s-sobreImages a {
    color: #FFF
}

.s-sobreImages a path {
    fill: #FFF
}

.sInt-valores {
    border-top: 1px solid #e4e4e4
}

.carreiras-slide {
    overflow: hidden;
    background: rgba(0, 215, 160, .08);
    padding: 100px 0
}

.carreiras-slide .swiper-wrapper {
    font-family: Arial;
    padding: 0 80px
}

.carreiras-slide .card {
    background: #fff;
    padding: 60px 50px;
    height: 400px;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px #c2e6de;
    border-radius: 8px
}

.carreiras-slide .card .icone .iconify {
    color: #0073E9;
    font-size: 42px;
    margin-bottom: 24px
}

.carreiras-slide .card h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center
}

.carreiras-slide .card svg {
    margin-bottom: 24px
}

.carreiras-slide .slick-track {
    padding: 30px 0
}

.carreiras-slide .slick-list {
    width: 100%
}

.s-depoimentos {
    background: #00d7a0;
    overflow: hidden
}

.s-depoimentos h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px
}

.s-depoimentos p {
    margin-bottom: 0
}

.s-depoimentos .carreiras-depoimentos-slide .swiper-slide .content {
    background: #fff;
    height: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 0 70px;
    border-radius: 8px;
    transition: 0.3s all ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.s-depoimentos .carreiras-depoimentos-slide .swiper-slide .content svg {
    margin-bottom: 32px
}

.s-depoimentos .carreiras-depoimentos-slide .swiper-slide .content p {
    margin-bottom: 0
}

.s-depoimentos .glassdoor {
    text-align: center;
    margin-bottom: 32px
}

.s-depoimentos .glassdoor .logo-glassdoor {
    width: 100px;
    filter: brightness(0) invert(1);
    margin-bottom: 32px
}

.s-depoimentos .glassdoor h2 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.225rem;
    margin-bottom: 16px
}

.s-depoimentos .glassdoor p {
    color: #fff
}

.s-depoimentos .notas {
    text-align: center;
    margin-top: 42px
}

.s-depoimentos .notas h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.625rem;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #fff
}

.s-depoimentos .notas p {
    color: #fff
}

.s-depoimentos .notas .stars {
    height: 35px
}

.sInt-vagas h2 {
    max-width: 500px;
    margin-bottom: 32px
}

.sInt-vagas .vagas {
    display: flex;
    justify-content: flex-end
}

.sInt-vagas .vagas .lista-vagas {
    width: 100%
}

.sInt-vagas .vagas .lista-vagas button {
    border: none;
    background: none;
    padding: 20px 0;
    outline: 0 !important;
    box-shadow: none !important;
    color: #2d2d2d;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem
}

.sInt-vagas .vagas .lista-vagas button:not(.collapsed) {
    color: #0073e9
}

.sInt-vagas .vagas .lista-vagas button.first {
    padding-top: 5px
}

.accordion-header {
    padding: 5px 15px
}

.sInt-vagas .vagas .lista-vagas .accordion-collapse {
    border: none
}

.sInt-vagas .vagas .lista-vagas .accordion-body {
    padding: 5px 15px
}

.sInt-vagas .vagas .lista-vagas ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.sInt-vagas .vagas .lista-vagas ul li {
    margin-bottom: 12px
}

.sInt-vagas .vagas .lista-vagas ul li a {
    color: #757575;
    text-decoration: none
}

.sInt-vagas .vagas .lista-vagas ul li a:hover {
    text-decoration: underline
}

.sInt-vagas .vagas .lista-vagas ul li:last-child {
    margin-bottom: 0
}

.sInt-frases {
    background: #0073e9;
    padding: 50px 0
}

.sInt-frases .carousel-item {
    transition: 0.3s all ease-out
}

.sInt-frases p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.025rem;
    color: #fff;
    margin-bottom: 0
}

.s-titleVagas {
    margin-top: 88px;
    width: 100%;
    min-height: 200px;
    position: relative;
    background: #0073e9;
    display: flex;
    align-items: center
}

.s-titleVagas h1 {
    color: #fff
}

.s-titleVagas .data {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.s-titleVagas .data p {
    color: #fff;
    margin-bottom: 0
}

.descVaga {
    padding: 80px 0
}

.descVaga h2 {
    font-size: 1.1rem;
    margin-bottom: 10px
}

.descVaga article {
    margin-bottom: 32px
}

.descVaga .form {
    border: 1px solid #e4e4e4;
    padding: 30px;
    border-radius: 6px;
    margin-top: 15px
}

.descVaga .form .form-group {
    margin-bottom: 16px
}

.descVaga .form input {
    border: 1px solid #bbb;
    box-shadow: none;
    outline: 0;
    border-radius: 6px
}

.descVaga .form .inputDnD {
    margin-top: 24px
}

.descVaga .form .inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 120px;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    border-radius: 6px
}

.descVaga .form .inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    border: 1px solid #bbb;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    border-radius: 6px
}

.descVaga .form button {
    width: 100%;
    margin-top: 24px
}

.first-section-custom {
    margin-top: 88px;
    position: relative;
    padding: 0 0 130px
}

.first-section-about {
    padding-top: 88px;
    position: relative;
    padding: 0
}

.first-section-custom:after {
    content: '';
    background: #0073E9;
    left: 0;
    height: 30px;
    position: absolute;
    top: 0;
    width: 47%
}

.first-section-custom.no-after:after {
    content: '';
    background: none;
    height: 30px;
    width: 0
}

.about-container {
    padding-top: 180px
}

.about-container .section {
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    margin-bottom: 120px
}

.green-span {
    color: #00D7A0
}

a.green-span {
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease
}

.blue-span {
    color: #0073E9
}

.black-span {
    color: #2d2d2d
}

.grey-span {
    color: #7e7676
}

.white-span {
    color: #fff
}

.about-container .section img.section-dot-img {
    margin-top: 40px;
    margin-left: auto;
    display: block;
    margin-bottom: 60px
}

.about-container .section h1 {
    margin-bottom: 70px;
    font-weight: 500
}

.about-container .section p {
    width: 60%
}

.carreira-flex {
    display: flex;
    justify-content: space-between
}

.carreira-flex .texto {
    width: 40%
}

.section .persons {
    display: flex;
    flex-wrap: wrap;
    width: 55%;
    grid-gap: 15px
}

.about-container .section .persons {
    width: 100%
}

.section .persons .item {
    width: 18%;
    height: 120px;
    border-radius: 10px;
    background-color: #fff
}

.section .persons .item.pictured {
    box-shadow: 0 0 14px rgba(0, 0, 0, .07);
    background-color: #cacaca !important;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1);
    transition: 0.4s ease;
    position: relative
}

.section .persons .item.pictured:after {
    content: '';
    background: #cacaca;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    transition: 0.3s ease;
    width: 100%
}

.section .persons .item.pictured.active:after {
    opacity: 1
}

.section .persons .item.green {
    background-color: #00D7A0
}

.section .persons .item.blue {
    background-color: #0073E9
}

.section .persons img {
    width: 100%;
    max-width: 100%
}

.about-container .section h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 20px
}

.about-container .section a {
    color: #0073e9;
    transition: all 0.3s ease;
    text-decoration: none
}

.about-container .section a:hover {
    color: #188aff
}

.about-container .section .content {
    width: 55%
}

.about-container .section .text {
    margin-right: 40px;
    width: 35%
}

.about-container .section .text p {
    width: 100%
}

.purpose-section {
    min-height: 440px;
    background: #0073e9;
    position: relative
}

.purpose-section .video-part-size {
    align-items: center;
    background: url(../uploads/images/purpose-bg.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 55%
}

.purpose-section .video-part-size .play-button {
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    border-radius: 999px;
    display: flex;
    height: 80px;
    justify-content: center;
    width: 80px;
    transition: all 0.3s ease
}

.purpose-section .video-part-size .iconify {
    color: #0073e9;
    font-size: 35px;
    transition: all 0.3s ease
}

.purpose-section .video-part-size:hover .play-button {
    background: #0073e9
}

.purpose-section .video-part-size:hover .iconify {
    color: #fff
}

.purpose-section .container {
    display: flex;
    justify-content: flex-end;
    padding-top: 120px
}

.purpose-section .container .content {
    align-items: center;
    display: flex;
    position: relative;
    width: 40%
}

.purpose-section .container .content .icon {
    position: absolute;
    left: -113px;
    top: -50px
}

.purpose-section .container .content .icon path {
    fill: #fff
}

.purpose-section .container .content .dotGrid {
    margin-right: 20px;
    height: 140px
}

.purpose-section .container .content h2 {
    margin-bottom: 20px;
    font-weight: 500
}

.purpose-section .container .content h2 span {
    color: #fff
}

.purpose-section .container .content p {
    color: #fff;
    width: 65%
}

.what-we-do {
    background: #000;
    padding: 100px 0
}

.what-we-do .text-group {
    margin-bottom: 65px
}

.what-we-do .text-group:nth-child(2) {
    margin-bottom: 110px
}

.what-we-do .text-group h2 {
    margin-bottom: 30px;
    font-weight: 500;
    color: #fff
}

.what-we-do h3 {
    font-size: 28px;
    margin: 15px 0
}

.what-we-do p {
    color: #fff
}

.what-we-do .itens-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    text-align: center
}

.communication {
    padding: 80px 0 150px
}

.communication .content-header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between
}

.communication .content-header .main-title {
    display: flex;
    margin-left: -95px;
    width: 100%
}

.communication .content-header .main-title img {
    height: 80px;
    margin-right: 40px;
    margin-top: 20px
}

.communication .content-header .main-title h2 {
    width: 70%;
    margin-bottom: 20px
}

.communication .content-header .main-title p {
    margin-bottom: 0
}

.communication .content-header .image-title {
    margin-right: -70px;
    width: 100%
}

.communication .content-header .image-title img {
    width: 100%;
    max-width: 100%
}

.communication-ways {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px;
    margin-top: 100px
}

.communication-ways .col {
    padding: 0
}

.communication-ways .thumbIcon {
    text-align: center
}

.communication-ways .col path {
    fill: #000
}

.timeline {
    background-color: #000;
    padding: 120px 0
}

.timeline .container {
    background: url(../uploads/images/timeline-bg.png) no-repeat top/contain
}

.timeline h2 {
    color: #fff;
    margin-bottom: 70px
}

.timeline .list-timeline {
    align-items: flex-end;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 125px 80px;
    padding: 0 60px
}

.timeline .list-timeline.mobile {
    display: none
}

.timeline .list-timeline .item {
    text-align: center
}

.timeline .list-timeline .item h3 {
    color: #0073E9;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 5px
}

.timeline .list-timeline .item p {
    color: #FFF;
    font-size: 16px;
    line-height: 22px
}

.employees {
    padding: 130px 0;
    overflow: hidden
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: unset
}

.swiper-button-next,
.swiper-button-prev {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    border-radius: 9999px;
    font-size: 25px;
    color: #0b5ed7;
    transition: all 0.3s ease
}

.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover {
    background: #0b5ed7;
    color: #fff
}

.carreiras-depoimentos-slide,
.carreiras-slide {
    position: relative
}

.employees h2 {
    margin-bottom: 90px
}

.employees .employees-slide {
    position: relative
}

.employees .swiper-slide {
    background: #FFF;
    border: 1px solid #CECECE;
    border-radius: 5px;
    display: flex;
    height: auto;
    flex-direction: column;
    padding: 45px 40px
}

.employees .swiper-slide h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
    width: 100%
}

.employees .swiper-slide p {
    color: #8D8D8D;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 40px
}

.employees .swiper-slide .item-employee {
    align-items: center;
    display: flex;
    margin-top: auto
}

.employees .swiper-slide .item-employee .image {
    margin-right: 20px
}

.employees .swiper-slide .item-employee .image img {
    border-radius: 999px;
    height: 70px;
    object-fit: cover;
    width: 70px
}

.employees .swiper-slide .item-employee h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 2px;
    text-transform: capitalize
}

.employees .swiper-slide .item-employee p {
    margin-bottom: 0;
    text-transform: capitalize
}

.infos-about {
    padding: 100px 0;
    background: #000
}

.infos-about .info-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 85px;
    text-align: center
}

.infos-about .info-list svg {
    display: block;
    margin: auto
}

.infos-about .info-list h3 {
    margin: 20px 0 15px
}

.infos-about .info-list p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px
}

.helpdesk-section {
    padding: 200px 0
}

.helpdesk-section .section {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    grid-gap: 250px
}

.helpdesk-section .section .head-title {
    margin-left: -100px;
    margin-bottom: 45px;
    display: flex
}

.helpdesk-section .section .head-title img {
    height: 60px;
    margin-right: 35px;
    margin-top: 10px
}

.do-part {
    background: #0073E9;
    position: relative
}

.do-part .image {
    background: url(../uploads/images/do-part-bg.png?vs=2) no-repeat center/cover;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%
}

.do-part .image:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 105%;
    background: rgba(28, 50, 73, .55);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.do-part .image .iconGroup {
    position: absolute;
    top: 250px;
    right: -260px;
    width: 790px;
    display: flex;
    justify-content: space-between;
    z-index: 2
}

.do-part .image .iconGroup path {
    fill: #fff
}

.do-part .image .iconGroup .left,
.do-part .image .iconGroup .right {
    width: fit-content
}

.do-part .image .iconGroup .left {
    left: 45px;
    position: absolute
}

.do-part .image .iconGroup .right {
    right: 105px;
    position: absolute
}

.do-part .image .iconGroup .left svg,
.do-part .image .iconGroup .right svg {
    height: 60px;
    width: 275px
}

.do-part.materials-do-part .iconGroup {
    top: 140px;
    right: -170px
}

.do-part .image .iconGroup .left svg {
    transform: rotate(90deg)
}

.do-part .image .iconGroup .right svg {
    transform: rotate(-90deg)
}

.do-part .container {
    display: flex;
    justify-content: flex-end;
    padding: 180px 0 100px
}

.do-part .container .content {
    width: 32%
}

.do-part .container .content h2 {
    margin-bottom: 30px
}

.do-part .container .content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 45px;
    color: #FFF
}

.do-part .container .content .buttons {
    position: relative
}

.do-part .container .content .all-dots {
    position: absolute;
    bottom: -115px;
    left: -235px
}

.do-part .container .content .buttons a {
    color: #2D2D2D;
    background: none;
    border: 2px solid;
    border-radius: 5px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 45px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    width: 70%;
    margin-left: auto
}

.do-part-content {
    text-align: right
}

.do-part-content h2,
.do-part-content p {
    color: #FFF
}

.do-part .container .content .buttons a:hover,
.do-part .container .content .buttons a:focus,
.do-part .container .content .buttons a:active {
    color: #fff;
    border: 2px solid #2D2D2D;
    background: #2D2D2D
}

.do-part .container .content .buttons a.white-label {
    color: #0073E9;
    background: #fff;
    border: 2px solid #fff;
    margin-bottom: 15px
}

.do-part .container .content .buttons a.white-label:hover,
.do-part .container .content .buttons a.white-label:focus,
.do-part .container .content .buttons a.white-label:active {
    color: #fff;
    border: 2px solid #fff;
    background: #0073E9
}

.do-part .container .content .buttons a.secondary {
    color: #FFF;
    background: #00D7A0;
    border: 2px solid #00D7A0;
    margin-bottom: 15px
}

.do-part .container .content .buttons a.secondary:hover,
.do-part .container .content .buttons a.white-label:focus,
.do-part .container .content .buttons a.white-label:active {
    color: #FFF;
    border: 2px solid #fff;
    background: transparent
}

.do-part .container .content .buttons .dotGrid {
    position: absolute;
    height: 140px;
    top: 10px;
    left: -100px;
    width: 50px
}

.plan-container {
    padding-top: 70px
}

.plan-container .content {
    width: 45%
}

.plan-container .section {
    position: relative
}

.plan-container .section img {
    position: absolute;
    right: 0;
    top: 0
}

.plan-container .section h1,
.plan-container .section p {
    width: 100%
}

.plan-container .section h1 {
    margin-bottom: 30px;
    font-weight: 500
}

.first-section-custom.plans-custom {
    padding: 0 0 30px
}

.fixed-plan-role {
    position: fixed;
    background: #FFF;
    box-shadow: inset 0 0 0 2px #0073E9;
    border-radius: 30px;
    padding: 20px 30px;
    color: #0073E9;
    font-size: 20px;
    font-weight: 700;
    right: 50px;
    bottom: 50px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.fixed-plan-role.hidden {
    opacity: 0;
    visibility: hidden
}

.fixed-plan-infos {
    background: #FFF;
    box-shadow: 0 14px 44px rgba(0, 0, 0, .05);
    padding: 30px 0 35px;
    position: sticky;
    top: 88px;
    transition: all 0.3s ease
}

.fixed-plan-infos.hidden {
    top: -400px
}

.fixed-plan-infos .container {
    align-items: flex-end;
    display: flex;
    justify-content: space-between
}

.fixed-plan-infos .texts {
    width: 100%
}

.fixed-plan-infos .texts h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px
}

.fixed-plan-infos .texts ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.fixed-plan-infos .texts ul li {
    align-items: center;
    color: #AAA;
    display: flex;
    font-size: 16px;
    line-height: 35px
}

.fixed-plan-infos .texts ul li .point {
    border-radius: 999px;
    background: currentcolor;
    height: 4px;
    margin-right: 5px;
    width: 4px
}

.fixed-plan-infos .prices-b {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    width: 100%
}

.fixed-plan-infos .prices-b.new-prices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%
}

.prices-info {
    display: flex
}

.bigger-container {
    padding-left: 100px;
    padding-right: 100px
}

.prices-info .texts {
    width: 60%
}

.price.divider-price {
    border-left: 1px solid #757575;
    padding-left: 10px
}

.price {
    position: relative;
    padding: 25px;
    background: transparent
}

.price.titanium-price {
    background: rgba(34, 221, 174, .09);
    position: relative
}

.price.titanium-price .background {
    background: rgba(0, 215, 160, .04);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115%;
    z-index: 1
}

.price .new-label {
    position: absolute;
    top: 0;
    right: 0;
    background: #f76f00;
    padding: 0 5px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px
}

.fixed-plan-infos .prices-b h4 {
    color: #00D7A0;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.fixed-plan-infos .prices-b .price-value {
    align-items: flex-end;
    display: flex;
    margin-bottom: 15px
}

.fixed-plan-infos .prices-b .big-price {
    font-weight: 600;
    font-size: 38px;
    line-height: 55px
}

.fixed-plan-infos .prices-b .price-value .mid-price {
    font-weight: 600;
    font-size: 30px;
    line-height: 50px
}

.fixed-plan-infos .prices-b .price-value .short-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    margin-left: 7px
}

.fixed-plan-infos .prices-b .btn-price {
    background: #0073E9;
    border: 2px solid #0073E9;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    z-index: 3
}

.fixed-plan-infos .prices-b .btn-price.border-price {
    background: #FFF;
    border: 2px solid #0073E9;
    color: #0073E9
}

.fixed-plan-infos .prices-b .btn-price:hover,
.fixed-plan-infos .prices-b .btn-price:active,
.fixed-plan-infos .prices-b .btn-price:focus {
    background: #0073E9;
    color: #FFF
}

.btn-price.border-price:hover,
.btn-price.border-price:active,
.btn-price.border-price:focus {
    background: #fff;
    border: 2px solid #7e7676;
    color: #7e7676
}

.fixed-plan-infos .prices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 115px;
    width: 100%
}

.fixed-plan-infos .prices h4 {
    color: #00D7A0;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.fixed-plan-infos .prices .price-value {
    align-items: flex-end;
    display: flex;
    margin-bottom: 15px
}

.fixed-plan-infos .prices .big-price {
    font-weight: 600;
    font-size: 38px;
    line-height: 55px
}

.fixed-plan-infos .prices .price-value .mid-price {
    font-weight: 600;
    font-size: 30px;
    line-height: 50px
}

.fixed-plan-infos .prices .price-value .short-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    margin-left: 7px
}

.fixed-plan-infos .prices .btn-price {
    background: #0073E9;
    border: 2px solid #0073E9;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%
}

.fixed-plan-infos .prices .btn-price:hover,
.fixed-plan-infos .prices .btn-price:active,
.fixed-plan-infos .prices .btn-price:focus {
    background: #fff;
    border: 2px solid #0073E9;
    color: #0073E9
}

.materials {
    background: #fff;
    position: relative;
    margin-bottom: 140px;
    padding-top: 70px
}

.materials .header-material-options {
    align-items: center;
    display: flex;
    margin-bottom: 70px
}

.materials .header-material-options .material-option {
    align-items: center;
    border-right: 1px solid #CECECE;
    cursor: pointer;
    color: #263238;
    display: flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-right: 25px;
    padding-right: 25px;
    transition: all 0.3s ease
}

.materials .header-material-options .material-option.active {
    font-weight: 700
}

.materials .header-material-options .material-option .iconify {
    color: #CECECE;
    font-size: 25px;
    margin-right: 10px;
    transition: all 0.3s ease
}

.materials .header-material-options .material-option:hover .iconify,
.materials .header-material-options .material-option.active .iconify {
    color: #0073E9
}

.materials .material-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 140px;
    position: relative;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    height: auto
}

.materials .material-list.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.materials .material-list:before,
.materials .material-list:after {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    width: 1px;
    background: #CECECE
}

.materials .material-list:before {
    left: 32%
}

.materials .material-list:after {
    right: 32%
}

.materials .material-list .material-item {
    background: #FFF;
    border: 1px solid #E7E7E7;
    display: flex;
    flex-direction: column;
    min-height: 450px;
    text-decoration: none;
    transition: all 0.3s ease
}

.materials .material-item:hover .material-body .body-title {
    color: #0073E9
}

.materials .material-item .material-background {
    display: flex;
    flex-direction: column;
    height: 50%;
    padding: 15px;
    position: relative
}

.materials .material-item .material-background .background-category {
    color: #FFF;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    position: relative
}

.materials .material-item .material-background .dotGrid {
    height: 60px;
    width: 30px;
    margin-bottom: 0;
    background-size: 12px 12px;
    position: relative
}

.materials .material-item .material-background .background-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: auto;
    position: relative
}

.materials .material-item .material-body {
    padding: 20px 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 50%
}

.materials .material-item .material-body .body-category {
    color: #02D8A2;
    font-weight: 500;
    font-size: 16px;
    line-height: 33px
}

.materials .material-item .material-body .body-title {
    color: #2D2D2D;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    margin: 15px 0 0;
    transition: all 0.2s ease
}

.materials .material-item .material-body .body-link {
    align-items: center;
    color: #0073E9;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: auto
}

.materials .material-item .material-body .body-link .iconify {
    margin-left: 10px;
    font-size: 18px
}

.press-section {
    padding-top: 120px
}

.press-section .plan-container {
    padding-top: 0
}

.press-office {
    padding-bottom: 120px
}

.press-office .press-card.first-press-item {
    flex-direction: row;
    min-height: unset;
    position: relative;
    justify-content: flex-end
}

.press-office .press-card.first-press-item .press-content {
    border: none;
    padding-left: 40px;
    width: 50%
}

.press-office .press-card.first-press-item .press-image {
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%
}

.press-office .press-card.first-press-item .press-date {
    margin-bottom: 10px;
    font-size: 20px
}

.press-office .press-card.first-press-item .press-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    -webkit-line-clamp: 3
}

.press-office .press-card.first-press-item .press-description {
    font-size: 16px;
    margin-bottom: 30px;
    -webkit-line-clamp: 4
}

.press-office .press-subtitle {
    margin: 40px 0;
    font-weight: 500
}

.press-office .press-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px
}

.press-office .press-card {
    display: flex;
    flex-direction: column;
    min-height: 325px;
    text-decoration: none
}

.press-office .press-card .press-image {
    align-items: flex-start;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 45%;
    padding: 25px 15px
}

.press-office .press-card .press-image .press-category {
    background: #0073E9;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px
}

.press-office .press-card .press-image .dotGrid {
    width: 80px
}

.press-office .press-card .press-content {
    padding: 25px;
    border: 1px solid #E7E7E7;
    border-radius: 0 0 10px 10px
}

.press-office .press-card .press-date {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px
}

.press-office .press-card .press-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.press-office .press-card .press-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.press-office .press-card .press-link {
    align-items: center;
    display: flex;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease
}

.press-office .press-card .press-link .iconify {
    margin-left: 10px;
    transition: all 0.2s ease
}

.press-office .press-card:hover {
    text-decoration: none
}

.press-office .press-card:hover .press-link {
    color: #02D8A2
}

.pagination-press-cards {
    margin-top: 70px
}

.pagination-press-cards .paginationjs {
    align-items: center;
    display: flex;
    justify-content: center
}

.pagination-press-cards .paginationjs li+li {
    margin-left: 10px
}

.pagination-press-cards .paginationjs .paginationjs-pages li:first-child,
.pagination-press-cards .paginationjs .paginationjs-pages li:first-child>a,
.pagination-press-cards .paginationjs .paginationjs-pages li:last-child,
.pagination-press-cards .paginationjs .paginationjs-pages li:last-child>a {
    border-radius: 0
}

.pagination-press-cards .paginationjs .paginationjs-pages li {
    border: 1px solid #0073E9
}

.pagination-press-cards .paginationjs .paginationjs-pages li>a {
    color: #0073E9;
    font-size: 16px;
    transition: all 0.3s ease
}

.pagination-press-cards .paginationjs .paginationjs-pages li.active>a,
.pagination-press-cards .paginationjs .paginationjs-pages li:not(.disabled)>a:hover {
    background: #0073E9;
    color: #fff
}

.lgpd-access {
    background: #000
}

.lgpd-access .title {
    align-items: center;
    display: flex;
    margin-bottom: 40px
}

.lgpd-access .title img {
    margin-right: 50px
}

.lgpd-title {
    color: #fff
}

.lgpd-buttons {
    display: flex
}

.btn-lgpd {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 200px;
    background: none;
    margin-right: 15px;
    transition: all 0.3s ease;
    border: 2px solid;
    height: 45px;
    text-decoration: none;
    border-radius: 6px
}

.btn-lgpd.btn-blue {
    background: #0073E9;
    border-color: #0073E9;
    color: #FFF
}

.btn-lgpd.btn-blue:hover {
    color: #0073E9;
    background: transparent
}

.btn-lgpd.btn-green {
    background: #00D7A0;
    border-color: #00D7A0;
    color: #FFF
}

.btn-lgpd.btn-green:hover {
    color: #00D7A0;
    background: transparent
}

.s-banner .iconGroup {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 190px;
    left: 60%;
    z-index: 90
}

.s-banner .iconGroup svg {
    width: 278px;
    height: 62px
}

.s-banner .iconGroup svg path {
    fill: #fff
}

.s-banner .iconGroup .left {
    position: absolute;
    top: 120px;
    left: -120px;
    z-index: auto
}

.s-banner .iconGroup .left svg {
    transform: rotate(90deg)
}

.s-banner .iconGroup .right {
    position: absolute;
    top: 120px;
    right: -150px;
    z-index: auto
}

.s-banner .iconGroup .right svg {
    transform: rotate(-90deg)
}

.s-banner.lgpd .iconGroup {
    top: 140px;
    left: 50%
}

.s-banner.lgpd .iconGroup .left {
    left: -310px
}

.s-banner.lgpd .iconGroup .right {
    right: -300px
}

.s-banner .image.lp-demo {
    background-image: url(../uploads/images/lp-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left
}

.s-banner .image .all-dots {
    position: absolute;
    left: -190px;
    bottom: -40px
}

.s-banner .image.recursos .all-dots {
    position: absolute;
    left: -190px;
    bottom: 0;
    height: 150px;
    width: 190px;
    overflow: hidden
}

.s-banner .image.recursos .all-dots img {
    position: absolute;
    right: -35px;
    top: 25px
}

.s-banner .image.lp-demo:after {
    content: unset
}

.s-banner .image.chatgpt {
    background-image: url(../uploads/images/banner-chat-gpt.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.s-banner .image.chatgpt::after {
    content: unset;
}

.s-banner .image.chatgpt .center-dots {
    position: absolute;
    bottom: 15px;
    left: -132px;
}

.lp-banner-content {
    margin-left: auto;
    position: relative;
    width: 40%
}

.lp-banner-content .dotGrid {
    bottom: 0;
    left: -120px;
    position: absolute;
    width: 65px
}

.lp-banner {
    margin-top: 0
}

.lp-banner .image {
    left: 0
}

.lp-span {
    color: #2D2D2D
}

.lp-reports-section {
    margin-bottom: 66px
}

.lp-demo-form .container {
    background: #FFF;
    box-shadow: 9px 11px 37px rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin-top: -100px;
    padding: 40px;
    position: relative;
    z-index: 3
}

#milvusPopup {
    z-index: 10000
}

.popup-content {
    max-height: 850px
}

.esquenta-popup {
    min-width: 50%
}

.popup-bg {
    height: 100vh
}

.popup-person {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%
}

.vacancies-number {
    position: absolute;
    bottom: 105px;
    left: 70px;
    text-align: center
}

.popup-btn {
    padding: 0 150px;
    margin-top: 50px
}

.vacancies-left {
    text-shadow: 1px 1px 0 black, 0 0 1em #0073ec, 0 0 2em #0073ec;
    color: #FFF;
    text-transform: uppercase
}

.close-modal {
    display: flex;
    justify-content: flex-end
}

.close-popup {
    border: none;
    background: none;
    color: #FFF;
    font-size: 32px;
    z-index: 100
}

.plans-dropdown {
    left: 50% !important;
    right: unset !important;
    transform: translateX(-50%);
    width: 350px;
    padding: 0px !important
}

.dropdown-flex-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 40px
}

.dropdown-flex-container .flex-item {
    /*width: 50%;*/
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dropdown-item-header {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0 40px 0 40px
}

.dropdown-item-header svg {
    width: 35px;
    height: 35px
}

.plans-dropdown .dropdown-item-text {
    padding: 0;
    font-size: 14px !important;
    font-weight: 600
}

.dropdown-item-header p {
    margin: 0;
    font-size: 16px
}

.dropdown-flex-container .flex-item p {
    color: #000
}

.dropdown-item-header .title .main-title {
    font-weight: 700
}

.dropdown-divider {
    height: 190px;
    border-left: 1px solid #CCC;
    margin: 0 15px
}

.plans-dropdown .dropdown-item-body {
    height: 240px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
    justify-content: center;
    padding-bottom: 35px
}

.plans-dropdown .dropdown-item-body .dropdown-btn {
    padding: 10px 25px;
    height: auto;
    width: fit-content;
    margin: 0 auto
}

/*.plans-dropdown .service-desk {
    border-right: 1px solid #000;
}*/

.plans-dropdown .service-desk .dropdown-item-body {
    background-image: url(../uploads/images/service-bg.png);
    background-size: 130%;
    /* cover */
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s all ease-in-out;
}

.plans-dropdown .service-desk .main-title {
    color: #0073E9
}

.plans-dropdown .help-desk .main-title {
    color: #00D7A0
}

.plans-dropdown .help-desk .dropdown-item-body {
    background-image: url(../uploads/images/help-bg.png);
    background-size: 130%;
    /* cover */
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s all ease-in-out;
}

.plans-dropdown .flex-item {
    cursor: pointer;
}

.plans-dropdown .flex-item:hover .dropdown-item-body {
    background-size: 140%;
}

.s-planos .help-desk-table td {
    width: 30%
}

.s-planos .help-desk-table td.info-td {
    width: unset
}

.sInt-breadCrumb {
    padding: 15px 0 !important;
    position: unset !important;
}

.breadcrumb-link {
    padding: 0;
    text-decoration: none
}

.test-a-b-modal .modal-content {
    position: relative;
    border-radius: 10px
}

.test-a-b-modal .modal-content svg.logo {
    width: 60%;
    height: auto;
    position: absolute;
    top: 30px;
    left: -80px;
    z-index: 1000
}

.test-a-b-modal .modal-header-bg {
    background: #0073E9;
    width: 100%;
    height: 60px;
    border-radius: 10px 10px 0 0
}

.test-a-b-modal .modal-content .modal-body {
    padding: 0;
    text-align: center
}

.test-a-b-modal .modal-content .modal-body h3 {
    margin: 60px auto 25px;
    font-size: 30px;
    font-weight: 700;
    width: 80%;
    line-height: 35px
}

.test-a-b-modal .modal-content .modal-body p {
    color: #000;
    font-size: 18px;
    width: 65%;
    margin: 0 auto 25px
}

.test-a-b-modal .modal-content .modal-body .save-action {
    background: #0073E9;
    padding: 15px 25px;
    width: 80%;
    color: #FFF;
    border: none;
    font-weight: 700;
    display: block;
    margin: 0 auto 25px;
    border-radius: 10px;
    text-decoration: none;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.test-a-b-modal .modal-content .modal-body .save-action:hover {
    background: #015bb4
}

.test-a-b-modal .modal-content .close-btn {
    background: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999999;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.test-a-b-modal .modal-content .close-btn .iconify {
    color: #000;
    font-size: 30px
}

.test-a-b-modal .modal-content .close-btn:hover .iconify {
    transform: scale(1.1)
}

.test-a-b-modal .modal-content .modal-body img {
    width: 100%
}

#summit-modal .modal-content {
    width: 80% !important
}

#summit-modal .modal-content .modal-body {
    padding: 0;
    position: relative
}

#summit-modal .modal-content .modal-body a img {
    width: 100%
}

#summit-modal .modal-content .modal-body .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none
}

#summit-modal .modal-content .modal-body .close-btn .iconify {
    font-size: 38px;
    color: #FFF
}

.statements {
    padding-bottom: 0
}

.statements h2 {
    color: #0073e9
}

.statements .container .row {
    position: relative
}

.statements .container .row .buttons {
    position: absolute;
    width: 110%;
    display: flex;
    justify-content: space-between;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 999;
    max-width: none
}

.statements .container .row .buttons .swiper-button-next,
.statements .container .row .buttons .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: none;
    box-shadow: none
}

.statements .container .row .buttons .swiper-button-next:after,
.statements .container .row .buttons .swiper-button-prev:after {
    content: '';
    display: none
}

.statements .container .row .buttons .swiper-button-next .iconify,
.statements .container .row .buttons .swiper-button-prev .iconify {
    font-size: 42px;
    color: #000
}

.statements .statements-container {
    overflow: hidden;
    padding: 20px
}

.statements .statements-container .statement {
    background: #FFF;
    -webkit-box-shadow: 0 0 25px -8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 25px -8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 25px -8px rgba(0, 0, 0, .3);
    padding: 30px 25px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.statements .statements-container .statement .text {
    color: #757575;
    line-height: 24px;
    font-size: 16px
}

.statements .statements-container .statement .profile {
    display: flex;
    gap: 10px;
    margin-top: auto;
    flex-direction: column;
    gap: 20px
}

.statements .statements-container .statement .profile .stars {
    display: flex;
    gap: 10px
}

.statements .statements-container .statement .profile .stars {
    color: #00d7a0;
    font-size: 18px
}

.statements .statements-container .statement .profile .info {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #0073e9;
    font-size: 14px
}

.statements .statements-container .statement .profile .info span {
    width: 80%
}

.statements .statements-container .statement .profile .picture {
    height: 50px;
    width: 50px
}

.statements .statements-container .statement .profile .picture img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center
}

.integrated {
    background: #0073e9;
    padding: 70px 0;
    text-align: center
}

.integrated h2 {
    color: #FFF;
    font-weight: 700;
    margin-bottom: 50px;
}

.integrated .companies {
    align-items: center;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.integrated .companies img {
    width: 200px
}

.integrated .companies img:last-child {
    margin-left: -20px;
}

#depositions h2 {
    font-size: 42px !important;
    line-height: 110% !important;
    font-weight: 600 !important;
    margin-bottom: 60px;
}

#depositions {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden
}

#depositions .milvus-bg {
    right: -15px;
    position: absolute;
    top: 50px;
    z-index: -1
}

#depositions .milvus-bg svg {
    margin-left: auto
}

#depositions #swiper-depositions {
    overflow: hidden;
    position: relative;
    z-index: 1
}

#depositions #swiper-depositions .deposition {
    display: flex;
    gap: 90px;
    align-items: start
}

#depositions #swiper-depositions .deposition .info {
    width: 65%
}

#depositions #swiper-depositions .deposition .big-text svg {
    color: #000;
    height: 30px;
    width: 30px
}

#depositions #swiper-depositions .deposition .text {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
}

#depositions #swiper-depositions .deposition .author strong {
    color: #686868
}

#depositions #swiper-depositions .deposition .btn.btn-primary {
    align-items: center;
    display: flex;
    gap: 8px
}

#depositions #swiper-depositions .deposition .image {
    background-color: #fff;
    width: 250px;
    height: 250px;
    border: 1px solid #0073E9;
    border-radius: 50%;
    overflow: hidden
}

#depositions #swiper-depositions .deposition .image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

#depositions #swiper-depositions {
    padding-bottom: 50px
}

#depositions #swiper-depositions {
    padding-bottom: 50px
}

#depositions #swiper-depositions .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px
}

#depositions #swiper-depositions .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000
}

.release-image {
    display: block;
    margin-top: 20px;
    width: 100%
}

.release-image img {
    height: auto;
    width: 100%
}

.banner-title {
    font-size: 3.8rem;
    line-height: 4.5rem
}

.home-helpdesk {
    text-align: center
}

.home-helpdesk.titleGroup h2 {
    margin: 0
}

.cta-row {
    margin-top: 40px
}

.numbers-wrapper {
    width: 58%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px
}

.numbers-wrapper .numbers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 60px 30px
}

.numbers-wrapper h2 {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 400;
}

.numbers-wrapper .numbers-grid .thumbIcon h3 {
    color: #000;
    font-size: 2.5rem;
}

.numbers-wrapper .numbers-grid .thumbIcon h3 small {
    font-size: 1.5rem;
    color: #FFF
}

#depositions #swiper-depositions .swiper-slide {
    height: auto !important;
}

#depositions #swiper-depositions .deposition {
    background: #0073E9;
    border-radius: 45px;
    padding: 25px 140px 45px;
    position: relative;
    color: #FFF;
    flex-direction: column;
    gap: 10px;
    min-height: 305px;
    justify-content: space-between;
    height: 100%;
}

#depositions #swiper-depositions .deposition .quotation {
    position: absolute;
    top: 25px;
    right: 140px;
}

#depositions #swiper-depositions .deposition .quotation img {
    width: 70%
}

#depositions #swiper-depositions .deposition .profile {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%
}

#depositions #swiper-depositions .deposition .image {
    width: 150px;
    height: 150px
}

#depositions #swiper-depositions .deposition .profile .author {
    color: #FFF;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    gap: 5px;
    margin-bottom: 8px;
}

#depositions #swiper-depositions .deposition .profile .author .name {
    font-size: 2rem;
    font-weight: 700;
}

#depositions #swiper-depositions .deposition .profile .btn {
    background: #00d7a0;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 10px;
}

.depositions-title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
}

.btn-play-full {
    background: #0073e9;
    color: #fff
}

.btn-play-full svg path {
    fill: #fff
}

.btn-play-full:hover {
    background: transparent;
    color: #0073e9
}

.btn-play-full:hover svg path {
    fill: #0073e9
}

.btn-play-full.btn-play-full-secondary {
    background: #00D7A0;
    border: 1px solid #00D7A0
}

.btn-play-full.btn-play-full-secondary:hover {
    background: #FFF;
    color: #00D7A0
}

.btn-play-full.btn-play-full-secondary:hover svg path {
    fill: #00D7A0
}

.lgpd-flex {
    display: flex;
    align-items: center;
    position: relative
}

.lgpd-flex .content {
    width: 47%
}

.lgpd-flex .lgpd-img {
    width: 55%
}

.lgpd-flex .lgpd-img img {
    width: 100%
}

.lgpd-flex .content {
    display: flex;
    align-items: start;
    justify-content: start;
    padding-left: 90px;
    flex-direction: column
}

.lgpd-flex .content .all-dots {
    position: absolute;
    top: 0;
    left: -5px
}

.lgpd-flex .content .title {
    width: 80%
}

.plans-table tbody tr td:nth-child(3) {
    background: rgba(34, 221, 174, .09)
}

.about-banner-section {
    width: 100%;
    height: 100vh
}

.about-banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.proposal-text {
    text-align: right
}

.proposal-text p {
    margin-left: auto
}

.go-to-top {
    all: unset;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    flex-direction: column
}

.go-to-top .iconify {
    color: #0073E9;
    font-size: 38px
}

#summit-popup .modal-dialog {
    max-width: fit-content;
    width: fit-content;
}

#summit-popup .modal-content {
    background: none;
    border: none;
    height: auto;
    width: auto;
}

#summit-popup .background {
    height: auto;
    width: 950px
}

#summit-popup .background img {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 100%;
    width: 100%
}

#summit-popup .close-btn {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0
}

#summit-popup .close-btn .iconify {
    color: #fff;
    font-size: 32px;
    line-height: normal
}

#summit-popup .content a {
    bottom: 60px;
    display: flex;
    height: 45px;
    position: absolute;
    left: 55%;
}

.clientes-logos {
    padding-top: 40px;
    padding-bottom: 40px;
}

.s-clientes .clientes-logos .slick-track {
    align-items: center;
    display: flex;
    justify-content: center
}

.s-clientes .clientes-logos .slide img {
    max-height: 150px;
    object-fit: contain;
}

.s-clientes .clientes-logos .slide.white-logo img {
    filter: brightness(0) invert(1);
}

.button-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    width: fit-content
}

.button-group .small-info {
    font-size: 9px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    text-align: center;
    width: 100% !important;
    white-space: nowrap;
}

.button-group a {
    margin-bottom: 0 !important
}

.button-two {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-end
}

.s-intro .cta .btn {
    max-width: 260px !important;
    padding: 0 !important;
    width: 260px !important;
    right: 20%;
}

.top-header-bar {
    background: #000;
    height: 41px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999;
}

.top-header-bar .content {
    align-items: center;
    display: flex;
    gap: 25px;
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-header-bar .content a {
    color: #fff;
    font-size: 14px;
    text-decoration: none !important;
}

.solution-table {
    padding: 20px;
}

.solution-table table {
    border-collapse: collapse;
    width: 100%;
}

/* .solution-table table td {
    padding: 8px;
} */

.solution-table table td {
    border: 1px solid #CCC;
    padding: 15px 15px 10px 10px;
    transition: 0.3s all ease-out;
}

.solution-table table td:hover:not(.clear) {
    background: #F1F1F1;
}

.solution-table table td.clear img {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.solution-table table tr:first-child td {
    border-top: none;
}

.solution-table table tr:last-child td {
    border-bottom: none;
}

.solution-table table tr td:first-child {
    border-left: none;
}

.solution-table table tr td:last-child {
    border-right: none;
}

.solution-table table td a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: space-between;
    min-width: 215px;
    text-decoration: none !important;
    width: fit-content;
}

.solution-table table td a span {
    color: #0073E9;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.solution-table table td a p {
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
}

.solution-dropdown {
    left: unset !important;
    top: 80px !important;
    right: 50% !important;
    width: auto !important;
    padding: 0px !important;
    transform: translateX(50%);
}

.chatgpt-section {
    background: #F1F7F9;
}

.chatgpt-section .cta,
.projects-section .cta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
}

.btn-border-blue {
    border: 1px solid #0073E9;
    background: transparent;
    color: #0073E9
}

.btn-border-blue:hover,
.btn-border-blue:active,
.btn-border-blue:focus {
    background: #0073E9;
    color: #fff
}

.sInt {
    position: relative;
}

.anchor {
    left: 0;
    position: absolute;
    top: -90px;
}

html {
    scroll-behavior: smooth;
}

.p-unset {
    position: unset !important;
}

.header-section .cta {
    gap: 40px;
}

.header-section .cta .btn {
    font-size: 14px;
    line-height: normal;
}

.header-section .cta p {
    font-weight: 300 !important;
}

.header-full .external .btn,
.header-light .external .btn {
    font-size: 14px;
    font-weight: 400;
}

.header-full .nav-link,
.header-light .nav-link {
    font-size: 14px;
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav {
    gap: 10px;
}

.header-section {
    overflow: hidden;
}

.s-download .row {
    align-items: center;
}

.s-download .row .image {
    margin: 0 auto;
    width: fit-content;
}

.s-download .image-mobile {
    display: none;
}

.s-download .cta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.s-download .cta a {
    align-items: center;
    border-radius: 7px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.00);
    display: flex;
    height: 75px;
    justify-content: center;
    margin: 0 !important;
    width: 255px;
}

.geral-section {
    margin-top: 120px;
    overflow: hidden;
}

.geral-section .all-dots {
    bottom: 0 !important;
    left: 0% !important;
    transform: translateX(-50%);
}

/* .sInt.sInt-breadCrumb {
    padding: 10px 0;
} */

.sInt.sInt-breadCrumb .container {
    align-items: center;
    display: flex;
    gap: 10px;
}

.simple-message {
    color: #6A6A6A;
    font-size: 21px;
    font-weight: 400;
}

.sInt-whatsapp {
    background: #F0F6F9;
}

.sInt-chat {
    background: #0073E9;
}

.sInt-chat li {
    color: #fff;
}

.sInt-chat .titleGroup * {
    color: #fff !important;
}

.center-section-title {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.center-section-title h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 !important;
}

.text-black {
    color: #000 !important;
}

.thumbPrimary h3 {
    color: #0073E9;
    font-size: 1rem;
    font-weight: 700;
}

.cardThumb.omnichannel.flex {
    display: block;
    padding: 30px 20px;
}

.cardThumb.omnichannel.flex h3 {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.cardThumb.omnichannel.flex h3,
.cardThumb.omnichannel.flex p {
    margin-bottom: auto;
}

.filter-white {
    filter: brightness(0) invert(1) !important;
}

h6 .primary {
    color: #0073E9;
    font-size: 1.5rem;
    font-weight: 700;
}

.logo-omni {
    bottom: 50px;
    left: 220px;
    position: absolute;
}

.mb-import {
    margin-bottom: 10%;
}

.phone-section .mb-import {
    margin-bottom: 15%;
}

.sInt-exclusive {
    background-color: #000;
    padding: 100px 0;
}

.sInt-exclusive h2 {
    color: #fff;
}

.sInt-exclusive .cta {
    align-items: center;
    display: flex;
    gap: 40px;
}

.sInt-exclusive .cta .btn {
    min-width: 295px;
    max-width: 295px;
    margin-right: 0 !important;
    width: 295px;
    white-space: nowrap;
}

.portal-section {
    background-color: #0073E9;
}

.portal-section .center-section-title {
    margin-bottom: 0;
}

.portal-section *,
.sInt-app * {
    color: #fff !important;
}

.d-grid {
    display: grid;
}

.grid-fourth {
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
    justify-items: center;
}

.gap-40 {
    gap: 40px;
}

.max-600 {
    max-width: 600px !important;
}

.max-650 {
    max-width: 650px !important;
}

.max-800 {
    max-width: 800px !important;
}

.anchorBox {
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s all ease-out;
}

.anchorBox:hover {
    background-color: #0073E9;
}

.anchorBox:hover h3 {
    color: #fff !important;
}

.anchorBox:hover img {
    filter: brightness(0) invert(1);
}

.cardThumb.clear {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.button-omni {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 25px !important;
}

.omni-grid-3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1050px;
}

.omni-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1050px;
}

.omni-grid-3 div:nth-child(4) {
    padding-left: 50px;
}

.omni-grid-3 div:nth-child(5) {
    padding-right: 50px;
}

.span-2 {
    grid-column-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
}

.align-text-top-section {
    margin-top: -100px;
}

.chat-card {
    width: 100%;
}

.text-700 {
    font-weight: 700 !important;
}

.no-after::after {
    content: unset !important;
}

#depositions #swiper-depositions {
    padding-bottom: 80px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}

.otimize-01,
.s-cta02 {
    padding: 80px 0;
}

.otimize-01 h2,
.s-cta02 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 35px;
}

.otimize-01 p,
.s-cta02 p {
    margin-bottom: 35px;
}

.otimize-01 a,
.s-cta02 a {
    margin: 0 !important;
    width: 255px;
}

.portal-section .logo-omni {
    bottom: 100px;
}

.see-subtitle {
    margin-top: 20px;
}

.see-subtitle b {
    font-size: 24px;
}

.max-550 {
    max-width: 550px !important;
}

/* CHAT GPT */
.chatgpt-section {
    background-color: #fff;
}

.chatgpt-section .full-image {
    margin-top: 60px;
}

.chatgpt-section .full-image.mobile {
    display: none;
}

.chatgpt-section-2 {
    background: #F0F6F9;
    padding: 100px 0;
}

.chatgpt-section-2 .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.chatgpt-section-2 .text-black {
    max-width: 850px;
    text-align: center;
}

.chatgpt-section-2 .items {
    align-items: center;
    display: flex;
    gap: 38px;
    justify-content: center;
}

.chatgpt-section-2 .items .item {
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 9px 6px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    justify-content: center;
    padding: 28px 20px 36px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    width: 330px;
}

.chatgpt-section-2 .items .item span {
    color: #0073E9;
    font-size: 32px;
    font-weight: 700;
    line-height: 101%;
    transition: all 0.2s ease-in-out;
}

.chatgpt-section-2 .items .item img {
    height: 42px;
    width: 68px;
    transition: all 0.2s ease-in-out;
}

.chatgpt-section-2 .items .item:hover {
    background-color: #0073E9;
    transform: translateY(-5px);
}

.chatgpt-section-2 .items .item:hover span {
    color: #fff;
}

.chatgpt-section-2 .items .item:hover img {
    filter: brightness(0%) invert(1);
}

.chatgpt-section-3 {
    background-color: #fff;
}

.chatgpt-section-3 .content {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 45px;
}

.chatgpt-section-3 .content .cardItem {
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 6px 7px 9px 0px rgba(0, 0, 0, 0.07);
    border: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 510px;
    overflow: hidden;
    padding: 30px 20px 20px;
    width: 520px;
}

.chatgpt-section-3 .content .cardItem p {
    color: #000;
    margin-bottom: auto;
    text-align: center;
}

.chatgpt-section-3 .content .cardItem img:first-child {
    height: 35px;
    margin: 0 auto;
    width: 35px;
}

.chatgpt-section-3 .content .cardItem img:last-child {
    height: 275px;
    margin-top: auto;
    width: 100%;
}

.chatgpt-section-4 {
    background-color: #0073E9;
}

.chatgpt-section-4 * {
    color: #fff !important;
}

.chatgpt-section-4 .center-section-title {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.chatgpt-section-4 .center-section-title h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
}

.chatgpt-section-4 .center-section-title p {
    margin-left: auto;
    margin-right: auto;
    max-width: 630px;
}

.chatgpt-section-4 .content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
}

.chatgpt-section-4 .full-image {
    height: 470px;
    margin: 0 auto;
}

.chatgpt-section-4 .full-image img {
    height: 100%;
    width: 100%;
}

.chatgpt-section-5 .full-image img {
    height: 100%;
    width: 100%;
}

.chatgpt-section-5 {
    background: #F0F6F9;
    padding-top: 115px;
    padding-bottom: 100px;
}

.chatgpt-section-5 .content {
    flex-direction: column;
    gap: 0;
    margin-top: 5px;
}

.chatgpt-section-5 .information {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
}

.chatgpt-section-5 .information span {
    color: #000;
    font-size: 24px;
    line-height: 101%;
    text-align: center;
}

.chatgpt-section-5 .information p {
    color: #000;
    font-size: 16px;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 60%;
    text-align: center;
}

.otimize-999 .button-two {
    gap: 40px;
}

.otimize-999 .button-group a {
    font-size: 14px;
    height: 58px;
    width: 256px;
}

.otimize-999 .button-group a:first-child {
    margin-left: 0;
}

.project-manager-section-1 {
    background-color: #fff;
}

.project-manager-section-1 h2 {
    max-width: 400px !important;
}

.project-manager-section-1 .content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    margin-top: 20px;
}

.project-manager-section-1 .content .full-image {
    height: 355px;
    width: 50%;
}

.project-manager-section-1 .content .full-image img {
    height: 100%;
    width: 100%;
}

.s-banner .image.projects {
    background-image: url(../uploads/images/project-manager-banner.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.chatgpt-section-1 .title-mobile {
    display: none;
}

.s-banner .image.chamados {
    background-image: url(../uploads/images/chamados-bg.png) !important;
}

.chamados-section-2 .chamados .cardThumb {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.chamados-section-2 .chamados .cardThumb h3 {
    line-height: 120%;
    margin: 0 auto auto;
    width: 90%;
}

.chamados-section-2 .content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.chamados-section-2 .content .information p {
    color: #000;
    text-align: center;
}

.chamados-geral-section .center-section-title {
    flex-direction: column;
}

.chamados-geral-section .center-section-title h2 {
    line-height: 101%;
}

.blue-section {
    background: #0073E9 !important;
}

.blue-section * {
    color: #fff !important;
}

.max-750 {
    max-width: 750px !important;
}

.max-850 {
    max-width: 850px !important;
}

.white-section {
    background: #fff !important;
}

.chamados-chatgpt-section .content {
    margin-top: 30px;
}

.chamados-chatgpt-section .content a {
    width: 265px;
}

.mt-32 {
    margin-top: 2rem !important;
}

.light-gray-section {
    background: #F0F6F9 !important;
}

.other-section {
    margin-top: 50px;
}

.chamados-geral-section .text-black {
    line-height: 150%;
}

.chamados-items-section .content {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    margin-top: 60px;
}

.chamados-items-section .content .group {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.chamados-items-section .content .group.start {
    align-items: flex-start;
}

.chamados-items-section .content .group ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, 1fr);
    gap: 15px 70px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.chamados-items-section .content .group ul.single-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
}

.chamados-items-section .content .group ul li {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.chamados-items-section .content .group ul li p {
    color: #000;
    line-height: 100%;
    margin: 0;
    text-align: start;
}

.chamados-base-section .row {
    margin-top: 60px;
}

.chamados-base-section .image {
    height: 510px;
}

.chamados-geral-section .mobile-list {
    display: none !important;
}

.otimize-1000 .s-cta {
    padding: 90px 0;
}

.otimize-1000 .s-cta .image {
    background-position: top !important
}

.otimize-1001 .s-cta .image {
    background-image: url(../uploads/images/otimize-1001.png) !important;
    left: unset;
    right: 0;
}

.otimize-1001 .s-cta .content {
    justify-content: flex-start;
}

.otimize-1001 .s-cta .content .text {
    text-align: left;
}

.otimize-1001 .s-cta .content .text h2,
.otimize-1001 .s-cta .content .text p:not(.small-info) {
    text-align: left !important;
}

.s-cta.otimize-04 .content .text h2,
.s-cta.otimize-04 .content .text p:not(.small-info) {
    margin-right: 0;
}

.s-cta.otimize-04 .content .text {
    width: 50%;
}

.s-cta.otimize-04 .content .text h2,
.s-cta.otimize-04 .content .text p:not(.small-info) {
    text-align: end !important;
}

.s-cta.otimize-04 .content a {
    white-space: nowrap;
}

.br-clear {
    display: none;
}