@import url('https://fonts.cdnfonts.com/css/sansation');

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Sansation, sans-serif !important;
    --font-family-monospace: Sansation, sans-serif !important;
    font-style: normal !important;
    line-height: normal !important;
}

html {
    font-family: Sansation, sans-serif !important;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-style: normal !important;
    line-height: normal !important;
}

.hidden {
    display: none;
}

.tamanhodiv {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

body {
    font-family: Sansation, sans-serif !important;
    font-style: normal !important;
    line-height: normal !important;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: #fafafa;
    color: #3A3A3B;
    height: 100vh;
}

a {
    line-height: normal !important;
    font-style: normal !important;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #0181FF;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.servicos {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

p {
    line-height: normal !important;
    font-style: normal !important;
    color: black;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1;
    font-weight: 400;
    font-family: Sansation, sans-serif !important;
    color: #000911;
    font-style: normal !important;
    line-height: normal;
}

.bg-primary {
    background: #0181FF !important;
}

.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000911;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ftco-navbar-light {

    z-index: 3;
    padding: 5px 5px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    box-shadow: 7px 5px 15px 0px rgb(0 0 0 / 18%);
    /* Efeito vidro embaçado */
    background: rgba(255, 255, 255, 38%);
    /* cor branca translúcida */
    backdrop-filter: blur(8px);
    /* desfoca o conteúdo de trás */
    -webkit-backdrop-filter: blur(8px);
    /* suporte Safari */
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {

        position: relative;
        top: 0;
        padding: 10px 15px;
        /* Efeito vidro embaçado */
        background: rgba(255, 255, 255, 38%);
        /* cor branca translúcida */
        backdrop-filter: blur(8px);
        /* desfoca o conteúdo de trás */
        -webkit-backdrop-filter: blur(8px);
        /* suporte Safari */
    }
}

.ftco-navbar-light .navbar-brand {
    color: #000911;
    font-weight: 700;
}

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
    color: #000911;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 14px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #00356a;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
        color: rgb(0 0 0 / 70%);
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
        color: #00356a;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
    padding: 0;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000911;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    background: #00356a;
    color: #fff;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
    color: #fff;
    background: #00356a;
    border-radius: 0px;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .margemmenusfooter {
        margin-top: 30px;
    }

}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
        color: #fff;
        background: #00356a;
        border-radius: 4px;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #00356a;
    font-size: medium;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.active>a {
        color: #00356a;
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgb(0 0 0) !important;
    cursor: pointer;
    font-size: 16px;
}

.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important;
}

.social-media p a {
    border: 1px solid #e6e6e6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 4px;
}

.contatoicons {
    font-size: x-large;
}

.social-media p a span {
    color: #4d4d4d;
}

.social-media p a:hover {
    background: #0181FF;
    border-color: #0181FF;
    color: #2d2d2d;
}

.social-media p a:hover i {
    color: #fff;
}

@media (max-width: 991.98px) {
    .social-media p a {
        border-color: #fff;
        width: 30px;
        height: 30px;
        margin-left: 8px;

    }

    .contatoicons {
        font-size: small;
        padding: 0;
        margin: 0;
        color: white;
    }

    .social-media p a span {
        color: #fff;
    }
}

.logoimg {
    width: 30px;
}

.fixarnav {
    position: fixed;
    margin-top: -28px;
    width: 100%;
    z-index: 100000000000000000000000000000000000000000000000000;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}

.mr-3 {
    margin-right: 1rem;
}

.ml-3 {
    margin-left: 1rem;
}

header {
    width: 100%;
    position: absolute;
    margin-top: 30px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 13px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.footer-48201 {
    padding-bottom: 0;
    padding-top: 3rem;
    background-color: #000;
    color: #ffffff;
}

.footer-48201 .footer-site-logo {
    font-size: 1.5rem;
    color: #fff;
}

.footer-48201 .nav-links li {
    margin-bottom: 10px;
    margin-left: 15px;
}

.footer-48201 .nav-links li a {
    color: #fff;
    font-size: small;
    font-weight: 200;
}

.footer-48201 .nav-links li p {
    color: #fff;
    font-size: small;
    font-weight: 200;
}

.footer-48201 .nav-links li a:hover {
    color: #fff;
}

.footer-48201 .btn.btn-tertiary {
    background-color: #e42c64;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
}

.footer-48201 .social li {
    display: inline-block;
}

.footer-48201 .social li a {
    color: gray;
    padding: 7px;
}

.footer-48201 .social li a:hover {
    color: #fff;
}

.footer-48201 .copyright {
    border-top: 1px solid #404040;
}

.menufooter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
}

.divmeusfooter {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.menuulfooter {
    width: 100%;
}

.menuulfooterum {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.btnctahomeblue {

    border: 2px solid #0181FF;
    padding: 15px;
    border-radius: 31px;
    color: #0181FF;

}

.btnctahomeblue:hover {
    border: 2px solid #000000;
    color: #000000;
}

.btnctahome {
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 31px;
    color: #fff;
}

.btnctahome:hover {
    border: 2px solid #0181FF;
    color: #fff;
}

.inicio {
    height: 100vh;
    background-image: url("../images/fundoinicio.webp");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.iniciotexto {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
}

.corbranca {
    color: #fff;
}


.cardnumber {
    display: flex;
    position: relative;
    width: auto;
    background-color: #ffffff00;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid;
    height: 81px;
    text-align: start;
    box-shadow: 7px 5px 15px 0px rgb(0 0 0 / 18%);
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.card-content {
    padding: 0px;
    padding-top: 0px;
    padding-left: 23px;
    height: 100%;
    padding-right: 41px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.cut-corner {
    position: absolute;
    top: -12px;
    right: -9px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    background-color: #000911;
    color: white;
    font-size: x-large;
    z-index: 1;
    padding: 22px;
    pointer-events: none;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.capalyout {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 100vh;
}

.infocapa {
    font-weight: 300;
    font-size: x-large;
    margin-bottom: 0;
}

.ajustcard {
    justify-content: center;
    display: flex;
}

.margemrow {
    padding-left: 100px;
    padding-right: 100px;
}

.linhahow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.suporte {
    background-color: #000911;
    min-height: 100vh;
}

.tabs {
    display: flex;
    flex-wrap: nowrap;
    /* Permite ajustar em breakpoints, se necessário */
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.18);
    border-radius: 15px;
    width: 100%;
    /* Removemos o min-content para ocupar toda a largura */
    max-width: 800px;
    /* Opcional: limite máximo de largura */

    /* Centraliza no container */
    height: 54px;
    color: #fff;
}

.tabs input[type="radio"] {
    display: none;
}

.tab {
    flex: 1 1 auto;
    /* Cada aba cresce e encolhe conforme necessário */
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    /* Define a largura mínima de cada aba */
    padding: 0 16px;
    /* Espaçamento horizontal */
    height: 54px;
    font-size: 1rem;
    /* Ajuste conforme quiser */
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    text-align: center;
    z-index: 2;
    /* Para ficar acima do glider */
}

input[type="radio"]:checked+label {
    color: #fff;
    /* Cor da aba ativa */
    z-index: 1000;
}

/* Glider - “pílula” de fundo que se move */
.glider {
    position: absolute;
    top: -2px;
    height: 56px;
    /* Largura calculada de acordo com quantas abas você tem */
    width: calc(100% / 4);
    /* Se você tem 4 abas, fica 25% da largura */
    background-color: #0181ff;
    border-radius: 15px;
    transition: transform 0.25s ease-out;
    z-index: 1;
}

input[id="radio-1"]:checked~.glider {
    transform: translateX(0);
}

input[id="radio-2"]:checked~.glider {
    transform: translateX(100%);
}

input[id="radio-3"]:checked~.glider {
    transform: translateX(200%);
}

input[id="radio-4"]:checked~.glider {
    transform: translateX(300%);
}

.linhaservicos {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.servicoimg {
    border-radius: 5px;
    width: 85%;
}

.logosparcerias {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}


.nossoapps {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;

    margin-top: 120px !important;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 16px;
}

.nossoappshisto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #0181FF;
    border-radius: 5px;
    padding: 16px;
}

.imagemceo {
    width: 466px;
    max-height: 466px;
    border-radius: 6px;
    object-fit: cover;
}

.divmensasaorow {
    display: flex;
    justify-content: center;
}

.divmensasao {
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: nowrap;
}

.imagemceodois {
    width: 313px;
    max-height: 300px;
    object-position: top;
    border-radius: 6px;
    object-fit: cover;
}

.logo-carousel {
    padding: 20px 0;
    background-color: #f8f9fa;
    /* Cor de fundo da seção */
    overflow: hidden;
}

.carousel-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    /* Permite rolagem horizontal */
    scroll-snap-type: x mandatory;
    /* Ajuda a travar nos itens */
    -webkit-overflow-scrolling: touch;
    /* Suaviza no iOS */

    /* Gradiente de sombra nas laterais */
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0.1));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0.1));
}

.carousel {
    display: flex;
    gap: 20px;
    /* Espaçamento entre os itens */
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel-item {
    flex: 0 0 auto;
    /* Cada item mantém sua largura fixa */
    display: contents;
    scroll-snap-align: start;
    /* Alinha no início ao rolar */
}

.carousel img {
    user-select: none;
    /* Impede seleção de texto/imagens */
    pointer-events: none;
    /* Desativa eventos de ponteiro nas imagens */
}

.carousel-item img {
    width: 100px;
    /* Ajuste o tamanho da logo */
    height: auto;
    object-fit: contain;
    /* Garante que a imagem fique proporcional */
    transition: transform 0.3s ease;
}



/* Estilo opcional para esconder a barra de rolagem */
.carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.carousel-wrapper.dragging {
    cursor: grabbing;
    /* Mostra uma mão fechada ao arrastar */
    scroll-behavior: auto;
    /* Desativa rolagem suave durante o arraste */
}

.carousel-wrapper {
    cursor: grab;
    /* Mostra uma mão aberta por padrão */
    scroll-behavior: smooth;
    /* Suaviza a rolagem quando não está sendo arrastado */
}

@media (max-width: 767.98px) {
    .imagemceo {
        width: 100%;
        max-height: 350px;
    }

    .tabs {
        flex-wrap: wrap;
        /* agora as abas podem “quebrar” linha */
        height: auto;
        /* a altura deixa de ser fixa */
        max-width: 100%;
        /* ocupa toda a tela */
    }
    .imgimpulsiona {
        text-align: start !important;
    }
    .tab {
        width: 100%;
        /* cada aba vira “full-width” na linha */
        margin-bottom: 8px;
        /* espaçamento vertical entre elas */
        border-radius: 8px;
        /* pílula menor em mobile, opcional */
    }


    input[id="radio-1"]:checked~.glider {
        transform: translateY(0);
    }

    input[id="radio-2"]:checked~.glider {
        transform: translateY(110%);
    }

    input[id="radio-3"]:checked~.glider {
        transform: translateY(222%);
    }

    input[id="radio-4"]:checked~.glider {
        transform: translateY(335%);
    }

    /* Se quiser desativar o glider em mobile, esconda */
    .glider {
        width: 100%;
    }

    .infocapa {
        font-weight: 800;
        font-size: medium;
        margin-bottom: 0;
    }

    .ajustcard {
        justify-content: flex-start !important;
        display: flex !important;
        flex-direction: row !important;
        margin: 0;
    }

    .card-content {
        padding-left: 3px;
        padding-right: 27px;
    }

    .inicio {
        height: 128vh;
    }

    .capalyout {
        height: 128vh;
    }

    .menufooter {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .cardnumber {
        margin-bottom: 8px;
    }

    .margemrow {
        padding-left: 0;
        padding-right: 0;
    }

    .linhahow {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        align-content: flex-start;
        text-align: start !important;
    }

    .servicoimg {
        width: 100%;
    }

    .servicos {
        margin-top: 19px;
    }

    .imgparcerias {
        margin-bottom: 23px;
    }

    .logosparcerias {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }

    .nossoapps {
        margin-top: 52px !important;
        margin-bottom: 17px;
    }
.txtimagem{
    margin-top: 11px;
}
    .imgimpulsiona {
        text-align: start !important;
    }

}