@charset "UTF-8";
.hero {
    padding-top: 48px;
    padding-bottom: 46px;
    overflow: hidden;
}
@media (min-width: 992px) {
    .hero {
        padding-top: 52px;
        padding-bottom: 57px;
    }
}
.hero-content .d1 {
    font-weight: 700;
}
.hero-content .d1 span {
    color: #1BD185;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content .d1 {
        text-align: center;
    }
}
.hero-content .p1 {
    color: #384756;
}
@media screen and (max-width: 767px) {
    .hero-content-buttons .btn {
        width: 100%;
        margin-top: 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content-buttons .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
        margin-top: 24px;
    }
}
@media screen and (min-width: 992px) {
    .hero-content-buttons .btn {
        margin-top: 24px;
    }
}
.hero-content-buttons .btn-video {
    margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
    .hero-content-buttons .btn-video {
        margin-left: 16px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 992px) {
    .hero-figure img {
        width: 903px;
        height: 535px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.hero .link-api {
    margin-top: 24px;
    text-align: center;
}
.hero .link-api a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    background-color: #F5F7FB;
    border-radius: 32px;
    padding: 3px 12px 2px;
    font-weight: 500;
}
.hero .link-api a span {
    color: #1452FF;
}
.hero .link-api a .arrow-icon {
    color: #1452FF;
}
@media screen and (min-width: 992px) {
    .hero .link-api {
        margin-top: 56px;
        text-align: left;
    }
}

.fancybox-container .fancybox-slide--video {
    background-color: #000;
    padding: 0;
}

.api {
    background-color: #001122;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.api::before, .api::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
}
.api::before {
    background: -o-linear-gradient(269.89deg, #001122 0.09%, rgba(0, 17, 34, 0.5) 99.91%), url(../images/vetor.svg) no-repeat center;
    background: linear-gradient(180.11deg, #001122 0.09%, rgba(0, 17, 34, 0.5) 99.91%), url(../images/vetor.svg) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.api::after {
    background-color: rgba(20, 82, 255, 0.5882352941);
    -webkit-box-shadow: 0px 0px 45px 45px rgba(20, 82, 255, 0.33), 0px 0px 90px 90px rgba(20, 82, 255, 0.25), 0px 0px 135px 135px rgba(20, 82, 255, 0.2);
            box-shadow: 0px 0px 45px 45px rgba(20, 82, 255, 0.33), 0px 0px 90px 90px rgba(20, 82, 255, 0.25), 0px 0px 135px 135px rgba(20, 82, 255, 0.2);
    border-radius: 50%;
    border: none;
    bottom: -500px;
    left: calc(50% - 400px);
    width: 800px;
    height: 800px;
}
@media (min-width: 992px) {
    .api::after {
        background-color: #1452FF;
        -webkit-box-shadow: 0px 0px 45px 45px #1452FF, 0px 0px 90px 90px #1452FF, 0px 0px 135px 135px #1452FF, 0px 0px 180px 180px #1452FF;
                box-shadow: 0px 0px 45px 45px #1452FF, 0px 0px 90px 90px #1452FF, 0px 0px 135px 135px #1452FF, 0px 0px 180px 180px #1452FF;
    }
}
.api-bg {
    background: url(../images/ruido.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.api-content {
    text-align: center;
    color: #fff !important;
}
.api-content .p1 span {
    color: #1BD185;
}
.api-content .btn {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 28px;
}
.api-content img {
    margin-left: -20px;
    margin-right: -20px;
}
@media (min-width: 768px) {
    .api-content .h2 {
        margin-bottom: 20px;
    }
    .api-content .p1 {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    .api-content .btn {
        width: auto;
        margin-bottom: 20px;
    }
    .api-content img {
        width: 100%;
        max-width: 1106px;
        height: auto;
    }
}
.api-code {
    width: 100%;
    height: 325px;
    margin-top: 20px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background-color: #152E4C;
    border: 1px solid #3A5F82;
}
.api-code-tab {
    width: 100%;
    height: 32px;
    background-color: #0A1F37;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #3A5F82;
}
.api-code-tab::before {
    content: "login.js";
    font-family: inconsolata, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    background-color: #152E4C;
    width: 25%;
    min-width: 115px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0 8px 0 0;
    border-color: #3A5F82;
    border-width: 0 1px 0 0;
    border-style: solid;
    padding-top: 5px;
}
.api-code pre[class*=language-] {
    margin: 0;
    margin-top: 10px;
    background-color: #152E4C;
    height: calc(100% - 42px);
    overflow-x: auto;
    overflow-y: hidden;
}
.api-code pre[class*=language-]::-webkit-scrollbar {
    height: 1em;
}
.api-code pre[class*=language-]::-webkit-scrollbar-track {
    background: #152E4C;
    border-radius: 100vw;
}
.api-code pre[class*=language-]::-webkit-scrollbar-thumb {
    background: #3A5F82;
    border: 5px solid #152E4C;
    border-radius: 100vw;
}
@supports (scrollbar-color: #3A5F82 #152E4C) {
    .api-code pre[class*=language-] {
        scrollbar-color: #3A5F82 #152E4C;
        scrollbar-width: thin;
    }
}
.api-code pre[class*=language-].line-numbers {
    position: relative;
    padding: 1em;
    padding-left: 3.8em;
    counter-reset: linenumber;
}
.api-code pre[class*=language-].line-numbers > code {
    position: relative;
    white-space: inherit;
}
.api-code .line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.api-code .line-numbers .line-numbers-rows > span {
    display: block;
    counter-increment: linenumber;
}
.api-code .line-numbers .line-numbers-rows > span::before {
    content: counter(linenumber);
    color: #55718d;
    display: block;
    padding-right: 0.8em;
    text-align: right;
}
.api-code code[class*=language-], .api-code pre[class*=language-] {
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 1em;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.api-code .namespace {
    opacity: 0.7;
}
.api-code .token.punctuation {
    color: #f8f8f2;
}
.api-code .token.property {
    color: #ff79c6;
}
.api-code .token.string {
    color: #50fa7b;
}
.api-code .token.operator {
    color: #f8f8f2;
}
.api-code .token.function {
    color: #f1fa8c;
}
.api-code .token.keyword {
    color: #8be9fd;
}
.api-code .token.object, .api-code .token.parameter {
    color: #ccc;
}
@media (min-width: 992px) {
    .api-code {
        height: 428px;
    }
}

.features {
    content-visibility: auto;
}
.features .row {
    gap: 20px;
}
.features .row > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
@media screen and (min-width: 992px) {
    .features .row {
        gap: 6px;
    }
}
.features .h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
.features .h4 {
    font-weight: 700;
}
.features .h4::before {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #16A86B;
    -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
            transform: translateY(-16px);
}
.features .p2 {
    color: #384756;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .features .btn-outline-primary {
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .features .h2 {
        margin-bottom: 64px;
    }
}
.features-personalization, .features-security, .features-organization {
    background: -o-linear-gradient(6.31deg, #FFFFFF -32.02%, #F3F7FC 32.32%, #F5F7FB 64.02%, #F3F6FB 87.6%, #E8F2FD 113.13%, #D5EBFF 140.43%);
    background: linear-gradient(83.69deg, #FFFFFF -32.02%, #F3F7FC 32.32%, #F5F7FB 64.02%, #F3F6FB 87.6%, #E8F2FD 113.13%, #D5EBFF 140.43%);
    border-radius: 16px;
    padding: 61px 20px 0;
}
@media screen and (min-width: 992px) {
    .features-personalization .h4, .features-security .h4, .features-organization .h4 {
        margin-bottom: 20px;
    }
}
.features-security, .features-organization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
    overflow: hidden;
    height: 100%;
}
.features-security img, .features-organization img {
    width: 100%;
    max-width: 440px;
    height: auto;
    -webkit-box-shadow: 0px 11.2597px 11.2597px rgba(108, 129, 147, 0.18);
            box-shadow: 0px 11.2597px 11.2597px rgba(108, 129, 147, 0.18);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .features-security picture, .features-organization picture {
        -ms-flex-item-align: center;
            align-self: center;
    }
}
@media screen and (min-width: 992px) {
    .features-security, .features-organization {
        padding: 77px 56px 0;
    }
    .features-security img, .features-organization img {
        max-width: 458px;
    }
}
.features-personalization {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
.features-personalization .h4::before {
    content: "PERSONALIZAÇÃO";
}
.features-personalization picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.features-personalization img {
    margin-right: -40px;
    margin-left: -40px;
}
@media screen and (min-width: 768px) {
    .features-personalization {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 20px;
    }
    .features-personalization img {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media screen and (min-width: 992px) {
    .features-personalization {
        padding: 45px 56px 10px;
        margin-bottom: 24px;
    }
    .features-personalization img {
        width: 100%;
        max-width: 549px;
        height: auto;
    }
}
.features-security .h4::before {
    content: "SEGURANÇA";
}
.features-organization .h4::before {
    content: "ORGANIZAÇÃO";
}
.features .banner-cta-1 {
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../images/vetor.svg) no-repeat center, -o-linear-gradient(248.22deg, #00BE68 0%, #069E95 51.09%, #1452FF 100%);
    background: url(../images/vetor.svg) no-repeat center, linear-gradient(201.78deg, #00BE68 0%, #069E95 51.09%, #1452FF 100%);
    background-size: cover;
    border-radius: 16px;
}
.features .banner-cta-1-content {
    text-align: center;
    margin-bottom: 16px;
}
.features .banner-cta-1-content .h3 {
    color: #fff;
    margin-bottom: 32px;
}
@media (max-width: 991px) {
    .features .banner-cta-1-content .btn-lg {
        padding: 11px 16px 11px 24px;
    }
}
.features .banner-cta-1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background: url(../images/ruido.png);
    background-repeat: repeat;
}
@media (min-width: 992px) {
    .features .banner-cta-1 {
        padding: 0 56px;
        background: url(../images/vetor.svg) no-repeat center, -o-linear-gradient(353.67deg, #00BE68 -20.97%, #069E95 49.03%, #1452FF 116.06%);
        background: url(../images/vetor.svg) no-repeat center, linear-gradient(96.33deg, #00BE68 -20.97%, #069E95 49.03%, #1452FF 116.06%);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .features .banner-cta-1 > * {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .features .banner-cta-1 picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .features .banner-cta-1-content {
        text-align: left;
    }
    .features .banner-cta-1 img {
        width: 100%;
        height: auto;
        max-width: 514px;
    }
}
@media screen and (min-width: 992px) {
    .features .banner-cta-1 {
        margin-top: 24px;
    }
}

.animation {
    content-visibility: auto;
    overflow: hidden;
    padding-bottom: 80px;
}
.animation .h2 {
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
.animation .h2 span {
    color: #1BD185;
}
@media (min-width: 992px) {
    .animation {
        padding-bottom: 120px;
    }
    .animation .h2 {
        margin-bottom: 56px;
    }
}
.animation .animation-list {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 16px;
    -webkit-animation: animation 40s linear infinite;
            animation: animation 40s linear infinite;
}
.animation .animation-list:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
@media (min-width: 992px) {
    .animation .animation-list {
        margin-bottom: 30px;
    }
}
.animation .animation-list-item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #001122;
    background-color: #F5F7FB;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 12px;
    padding: 12px 16px 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
}
.animation .animation-list-item .icon {
    width: 24px;
    height: 24px;
}
@media (min-width: 992px) {
    .animation .animation-list-item {
        padding: 17px 24px 17px 22px;
        font-size: 20px;
    }
    .animation .animation-list-item .icon {
        width: 26px;
        height: 26px;
    }
}
.animation .animation-list.reverse {
    animation: animation 40s linear infinite reverse;
    margin-bottom: 0;
}
.animation .animation-list.reverse:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
@-webkit-keyframes animation {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@keyframes animation {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

.blog-posts {
    content-visibility: auto;
    padding-bottom: 80px;
    background-color: #F5F7FB;
}
.blog-posts-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}
.blog-posts-title .h2 {
    font-weight: 700;
    margin-bottom: 0;
}
.blog-posts-title .btn-link {
    background-color: transparent;
    font-weight: 600;
}
@media screen and (min-width: 992px) {
    .blog-posts-title {
        margin-bottom: 56px;
    }
}
.blog-posts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.blog-posts-list-item {
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}
.blog-posts-list-item .h6 {
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 61px;
    margin-top: 28px;
}
.blog-posts-list-item .h6::before {
    content: "ASSINATURA";
    display: block;
    color: #1452FF;
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}
.blog-posts-list-item::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media screen and (max-width: 767px) {
    .blog-posts-list-item {
        max-width: none;
        width: 100%;
    }
    .blog-posts-list-item img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .blog-posts-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        overflow-x: auto;
        width: 100vw;
        padding-right: 44px;
    }
    .blog-posts-list-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 285px;
                flex: 1 0 285px;
    }
    .blog-posts-list-item:last-child {
        margin-right: 44px;
    }
}
@media screen and (min-width: 992px) {
    .blog-posts-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 30px;
    }
    .blog-posts-list-item {
        -webkit-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
    }
    .blog-posts-list-item img {
        height: 240px;
        width: 370px;
    }
    .blog-posts-list-item:hover {
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px);
        -webkit-transition: all ease-in 0.2s;
        -o-transition: all ease-in 0.2s;
        transition: all ease-in 0.2s;
    }
}
.blog-posts .btn {
    width: 100%;
    margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .blog-posts .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 40px auto 0;
    }
}
@media (min-width: 992px) {
    .blog-posts {
        padding-bottom: 120px;
    }
}

.faq {
    content-visibility: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq-title .p2 {
    color: #384756;
    margin-bottom: 40px;
}
.faq .accordion {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.faq .accordion-item {
    border-radius: 16px;
    background-color: #F5F7FB;
}
.faq .accordion-header {
    padding: 20px;
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
}
.faq .accordion-header button {
    font-weight: 700;
    color: initial;
    border: none;
    background-color: transparent;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.faq .accordion-header button > span {
    display: block;
    width: 14px;
    height: 2px;
    background-color: #8C97A0;
}
.faq .accordion-header button > span::before {
    content: "";
    display: block;
    background-color: #1452FF;
    width: 14px;
    height: 2px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.faq .accordion-header button.collapsed > span::before {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    background-color: #8C97A0;
}
.faq .accordion-body {
    padding: 0 20px 20px;
    color: #384756;
}
@media (min-width: 992px) {
    .faq {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 100px;
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .faq .accordion {
        max-width: 770px;
    }
    .faq .accordion-header {
        padding: 24px;
    }
    .faq .accordion-body {
        padding: 0 24px 24px;
    }
    .faq-title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .faq-title .h2 {
        margin-bottom: 20px;
    }
}

.banner-footer-1 {
    content-visibility: auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 56px 20px;
    background: -o-linear-gradient(left, rgba(0, 17, 34, 0.4) 0%, rgba(0, 17, 34, 0) 100%), url(../images/vetor.svg) no-repeat center, -o-linear-gradient(7.45deg, #140F2D -35.99%, #1452FF 141.32%);
    background: linear-gradient(90deg, rgba(0, 17, 34, 0.4) 0%, rgba(0, 17, 34, 0) 100%), url(../images/vetor.svg) no-repeat center, linear-gradient(82.55deg, #140F2D -35.99%, #1452FF 141.32%);
    background-size: cover;
}
.banner-footer-1-content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.banner-footer-1-content .h4 {
    color: #fff;
    margin-bottom: 30px;
}
.banner-footer-1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/ruido.png);
    background-repeat: repeat;
}
@media (min-width: 992px) {
    .banner-footer-1 {
        padding: 32px 0;
    }
    .banner-footer-1-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: left;
    }
    .banner-footer-1-content .h4 {
        margin-bottom: 0;
    }
}