

        



        body {
            margin: 0;
            background-color: #fff;
            color: #333;
            font-family: "Montserrat", sans-serif;
            overflow-x: hidden;
        }
      
        .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background-size: 400% 400%;
    animation: gradientAnimation 15s ease infinite;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    max-width: 1250px;
    margin: auto;
}
        @keyframes gradientAnimation {
            0% { background-position: 0% 0%; }
            50% { background-position: 100% 100%; }
            100% { background-position: 0% 0%; }
        }
        .logo {
    /* max-width: 150px; */
    float: left;
    font-size: 31px;
    margin: -2px 0px 0px 0px;
    font-weight: 600;
    /* background: linear-gradient(90deg, #ffffff91, #c2d1e1); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-transform: capitalize;
    color: #ffffff99;
}
        .menu {
            display: flex;
            gap: 12px;
        }
        .menu a, .login-button {
}
        .menu a:hover {
    color: #ffffff;
}
        .login-button {
    color: #ffffffde;
    padding: 11px 27px;
    border-radius: 51px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border: none;
    margin: 0px;
    border: 1px solid #ffffff2e;
    padding: 9px 27px;
    font-weight: 300;
}
        .login-button:hover {
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}
        .hero {
    padding: 20px;
    background: none;
    position: relative;
    text-align: left;
    max-width: 944px;
    margin: auto;
    padding-bottom: 42px;
    padding-top: calc(12px + 7vh);
}
        .hero h1 {
    margin: 0;
    font-weight: 700;
    text-align: center;
    font-size: 71px;
    color: #fff;
    line-height: 75px;
    font-family: 'Montserrat', sans-serif;
    background-clip: text;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    padding-bottom: 11px;
}
.hero h1 span{
    background: linear-gradient(90deg, #f2f5ff, #c5e9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
        @keyframes textAnimation {
            0% { background-position: 0% 0%; }
            50% { background-position: 100% 100%; }
            100% { background-position: 0% 0%; }
        }
        .hero p {
    font-size: 15px;
    color: #666;
    max-width: 565px;
    margin: auto;
    margin-bottom: 0px;
    text-align: center;

}
        .hero h2{
    color: #fff;
    background: linear-gradient(90deg, #245cfb, #1c88fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-transform: capitalize; */
    font-size: 23px !important;!i;!;
    font-weight: 600;
    padding-bottom: 23px;
    text-align: center;
}
        .features {
            max-width: 1100px;
            margin: auto;
            display: flex;
            justify-content: center;
            gap: 12px;
            padding: 40px 20px;
        }
        .features h2 {
            font-size: 18px;
            margin-bottom: 20px;
            color: #333;
            text-align: center;
            width: 100%;
        }
        .feature {
            background-color: #ffffff;
            padding: 31px 20px;
            width: 100%;
            max-width: 800px;
            text-align: center;
            border: 1px solid #00000017;
            border-radius: 6px;
            text-align: left;
        }
        .feature h3 {
            margin: 0 0 10px 0;
            color: #0064e0;
        }
        .feature p {
            color: #666;
        }
        .footer {
            padding: 20px;
            text-align: center;
            background: #0064e0;
            color: #fff;
        }
        /* Popup Styles */
        .popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }
        .popup-content {
            background: #fff;
            border-radius: 8px;
            padding: 20px;
            width: 90%;
            max-width: 400px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        .popup-content h2 {
            margin-top: 0;
            font-size: 2em;
            color: #333;
        }
        .popup-content label {
            display: block;
            margin-bottom: 10px;
            font-weight: bold;
            color: #555;
        }
        .popup-content input[type="email"],
        .popup-content input[type="password"] {
            width: calc(100% - 22px);
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 1em;
        }
        .popup-content button {
            background-color: #515bd4;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 1em;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .popup-content button:hover {
            background-color: #424bb4;
        }
        .popup-content .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #ddd;
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2em;
            color: #333;
        }

        .btn-cadastrar{
    background: linear-gradient(90deg, #245cfb, #1c88fd);
    background-size: 400% 400%;
    animation: gradientAnimation 4s ease infinite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    padding: 12px 23px 15px 28px;
    border-radius: 100px;
    cursor: pointer;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 8px;
    display: block;
}
.btn-cadastrar:hover{
    color: #fff;
}
.btn-cadastrar svg{
    fill: #fff;
    margin-left: 9px;
}
.bkd-pg{
    background-image: radial-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, 0) 40%), radial-gradient(hsla(44, 100%, 66%, 1) 30%, hsla(338, 68%, 65%, 1), hsla(338, 68%, 65%, .4) 41%, transparent 52%), radial-gradient(hsla(272, 100%, 60%, 1) 37%, transparent 46%), linear-gradient(155deg, transparent 65%, hsla(142, 70%, 49%, 1) 95%), linear-gradient(45deg, hsla(213, 100%, 44%, 1), hsla(209, 100%, 53%, 1));
    background-size: 200% 200%, 285% 500%, 285% 500%, cover, cover;
    background-position: bottom left, 109% 68%, 109% 68%, center, center;
    opacity: 0.08;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
    z-index: 0;
}
body{
    background-color: #000;
}


.popup-home{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    overflow: auto;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: #04040478;
    align-items: center;
    padding: 15px;
}
.popup-home .center{
    background: #202020c7;
    max-width: 500px;
    margin: auto;
    padding: 20px;
    border-radius: 13px;
    color: #fff;
}
.popup-home .center label{
    width: 100%;
    display: block;
    margin: 10px 0px 5px 0px;
}
.popup-home .center input{
    width: calc(100% - 20px);
    height: 40px;
    border-radius: 4px;
    background: #ffffff1c;
    border: 0px;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
}
.popup-home .center .send{
    background: #0064e0;
    text-align: center;
    padding: 17px 2px;
    border-radius: 9px;
    margin-top: 23px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.popup-home .center .send:hover {
    background: #0e77f9;
}
.popup-home .center p{
    font-size: 14px;
    color: #ffffffab;
    margin: 8px 0px 23px 0px;
}
.popup-home .center h4{
    margin: 0px;
    font-size: 32px;
    width: 332px;
}
.popup-home .center .btn-voltar{
    color: #ffffffab;
cursor: pointer;
}

.banner{
    margin: auto;
    position: relative;
}
.banner::after, .planos .lst-planos .item-plano .funcoes .item-funcao::after{
    clear: both;
    content: "";
    display: block;
}
.banner .img{
    /* float: left; */
    /* width: 30%; */
    user-select: none;
    position: relative;
}
.banner .img img{
    max-height: 646px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 1;
}
.banner .img .bkd-color{
    background: #0064e0d9;
    width: 100%;
    box-shadow: 0px -151px 151px #0064e036;
    padding-top: 339px;
    margin-top: -281px;
    padding-bottom: 60px;
    color: #fff;
}

.vantagem01 .container {
    max-width: 1358px;
}
.vantagem01 .container::after, .menu .menu-item .dropdown-default::after, .planos .lst-planos::after, .sessao02 .center::after, #section-3-vantagens::after{
    content: "";
    clear: both;
    display: block;
}
.vantagem01 .container .col{
    float: left;
}
.vantagem01 .container .col.left h2 {
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 30px;
}
.vantagem01 .container .col.right p {
    font-weight: 400;
    font-size: 16px;
    /* max-width: 500px; */
    margin: 0px;
}
.dropdown-default{
    position: absolute;
    width: 637px;
    min-height: 100px;
    background: #1d1f22;
    z-index: 9;
    left: -186px;
    top: 46px;
    border-radius: 10px;
    cursor: initial;
    display: none;
}
.dropdown-default::after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 37%;
    top: -2px;
    transform: rotate(45deg);
    z-index: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #1d1f22;
}
.menu .menu-item{
    text-decoration: none;
    font-weight: 600;
    color: rgb(255 255 255 / 81%);
    margin: 0 10px;
    padding: 11px 0px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 15px;
}
.menu-funcionalidades{
    padding: 20px 27px;
}
.menu .menu-item .init{}
.menu .menu-item .dropdown-default .col{
    padding: 3px 0px 0px 0px;
    float: left;
}
.menu .menu-item .dropdown-default .col a{
    cursor: pointer;
    color: #fff;
    opacity: 0.7;
    transition: 0.3s;
    padding: 6px 0px;
    width: 100%;
    text-align: left;
}
.menu .menu-item .dropdown-default .col a:hover{
    opacity: 1;
}
.menu .menu-item .dropdown-default .ttl{
    color: #1c88fd;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
}
.btn-inscreverse{
    margin-top: 10px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}
.bkdredes{
    background-image: url(/comum/img/bkd-redes-01.png?1=2);
    position: absolute;
    width: 100%;
    height: 673px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.65;
}
.sessao02{
    padding: 75px 0px;
}
.sessao02 .center{
    max-width: 1100px;
    margin: auto;
}
.sessao02 .center .col{
    color: #fff;
    float: left;
    min-height: 3px;
}
.sessao02 .center .col .txts{
    padding: 0px 0px 0px 0px;
}
.sessao02 .center .col .txts h3{
    font-size: 49px;
    margin-bottom: 18px;
    color: #ffffffb8;
}
.sessao02 .center .col .txts h3 span{
    font-weight: 700;
    color: #fff;
}
.sessao02 .center .col .txts h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 400px;
}
.sessao02 .center .col .txts p{
    font-size: 15px;
    opacity: 0.7;
}
.sessao02 .center .col.img img{
    max-width: 100%;
    max-width: 350px;
    margin: auto;
    margin-bottom: 42px;
}


#section-3-vantagens {
    padding: 0px 0px 60px 0px;
    /* margin-top: -231px; */
    border-bottom: 1px solid #ffffff1c;
}

#section-3-vantagens .container {
    max-width: 1358px;
    padding: 0px;
}

#section-3-vantagens .container .center {
    padding: 0px 0px;
    /* background: #fff; */
    border-radius: 20px;
}

#section-3-vantagens .container .center .item {
    float: left;
    padding: 33px 20px;
}

#section-3-vantagens .container .center .item .txt {
    float: left;
    width: calc(100% - 80px);
    padding: 0px 0px 0px 11px;
}

#section-3-vantagens .container .center .item .txt .ttl {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 4px;
}

#section-3-vantagens .container .center .item .txt .description {
    font-size: 16px;
    color: #656565;
    font-weight: 300;
}

#section-3-vantagens .container .center .item .icon {
    float: left;
    background: rgb(235 239 242 / 11%);
    width: 75px;
    height: 75px;
    display: grid;
    align-content: center;
    border-radius: 50%;
}

#section-3-vantagens .container .center .item .icon svg {
    fill: #1c88fd;
    display: table;
    margin: auto;
}

#section-3-vantagens .container .center .item .icon svg path {
    fill: #1c88fd;
}


.desktop{
    display: block;
}
.mobile{
    display: none;
}
.col {
    float: left;
    }


.amostra-big-size-meio-ameio {clear: both;}

.amostra-big-size-meio-ameio .left {
    min-height: 720px;
    background-size: cover;
    background-position: top center;
    background-color: rgb(255 255 255 / 9%);
}

.amostra-big-size-meio-ameio .right {
    padding: 120px 40px;
}

.amostra-big-size-meio-ameio .right h2 {
    font-weight: 700;
    padding-bottom: 16px;
    font-size: calc(50px);
}

.amostra-big-size-meio-ameio .right .centralizar {
    max-width: 523px;
    margin: auto;
    color: #fff;
}

.amostra-big-size-meio-ameio .right .descricao {
    font-weight: 300;
    font-size: 17px;
    opacity: 0.7;
}
.rodape{
    clear: both;
    width: 100%;
    display: block;
    float: initial;
    padding: 20px 0px;
    /* background: #ffffff12; */
    border-top: 1px solid #ffffff1c;
}
.rodape .logo{
    text-align: center;
    margin: auto;
    float: initial;
}

.planos{
    color: #fff;
    clear: both;
    float: initial;
    display: block;
    padding: 66px 0px 0px 0px;
    border-top: 1px solid #ffffff1c;
}
.planos h3{
    font-weight: 700;
    padding-bottom: 16px;
    font-size: calc(50px);
    color: #fff;
    max-width: 600px;
    text-align: center;
    margin: auto;
}
.planos .lst-planos{
    max-width: 1030px;
    margin: auto;
    padding: 28px 0px 76px 0px;
}
.planos .lst-planos .col{
    float: left;
    padding: 5px;
}
.planos .lst-planos .item-plano{
    padding: 20px;
    border: 1px solid #ffffff21;
    border-radius: 12px;
    position: relative;
}
.planos .lst-planos .item-plano .ttl{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.planos .lst-planos .item-plano .descricao{
    opacity: 0.5;
    font-size: 15px;
    min-height: 79px;
}
.planos .lst-planos .item-plano .valor{
    font-size: 18px;
}
.planos .lst-planos .item-plano .info-valor{
    font-size: 12px;
    opacity: 0.6;
    text-transform: uppercase;
}
.planos .lst-planos .item-plano .recomendado{
    background: #0064e0;
    text-align: center;
    border-radius: 30px;
    width: fit-content;
    margin: auto;
    position: absolute;
    top: -12px;
    font-weight: 500;
    font-size: 13px;
    padding: 2px 13px;
}
.planos .lst-planos .item-plano.essencial{
    border-color: #245cfb;
}
.planos .lst-planos .item-plano .btn-iniciar{
    background: linear-gradient(90deg, #245cfb, #1c88fd);
    border-radius: 30px;
    padding: 5px 13px;
    width: fit-content;
    margin-bottom: 23px;
    font-weight: 500;
}
.planos .lst-planos .item-plano .funcoes{
    padding: 18px 0px 0px 0px;
}
.planos .lst-planos .item-plano .funcoes .item-funcao{
    padding-top: 6px;
}
.planos .lst-planos .item-plano .funcoes .item-funcao svg{
    fill: #4f7dff;
    width: 15px;
    float: left;
    height: 18px;
}
.planos .lst-planos .item-plano .funcoes .item-funcao .txt{
    float: left;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    max-width: calc(100% - 15px);
}
.planos .lst-planos .item-plano .funcoes .item-funcao .txt bold{
    font-weight: 700;
}
.planos .lst-planos .item-plano .funcoes .ttf{
    color: #4f7dff;
    font-weight: 500;
}
.planos .lst-planos .item-plano .funcoes .ttf.ia{
    margin-top: 17px;
    background: linear-gradient(90deg, #4A90E2, #13dbfe, #26d73f, #F5A623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hidden{
    display: none;
}


@media(max-width: 800px){
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }

    .planos .lst-planos .item-plano{
        margin-bottom: 25px;
    }

    .banner .img{
        width: 100%;
        float: initial;
    }
    .hero{
        float: initial;
        width: auto;
    }
    .img img{
    max-width: 90%;
}
    .hero h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .hero h2{
        font-size: 19px !important;
    }
    .hero p {
        font-size: 14px;
        color: #666;
    }
    .menu{
        display: none;
    }
    .banner .img .bkd-color {
        padding-top: 130px;
        margin-top: -100px;
    }
    .sessao02 .center .col .txts{
        padding: 0px 15px;
    }
    .sessao02 .center .col .txts h3{
        font-size: 34px;
    }
    .sessao02 .center .col.img img{
        max-width: 300px;
        margin-left: 8px;
    }
    .amostra-big-size-meio-ameio .left {
        min-height: 550px !important;
    }
    .amostra-big-size-meio-ameio .right {
        padding: 45px 23px 60px 23px !important;
    }
}