
/* Slider */
section.slider {
    background: radial-gradient(circle, rgba(115,12,168,1) 58%, rgb(177, 82, 224) 100%);
}

section.slider .container {
    position: relative;
    padding: 150px 0;
}

section.slider .container img {
    position: absolute;
    left: 750px;
    bottom: 100px;
}

section.slider .content {
    max-width: 730px;
    color: #fff;
}

section.slider h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}

section.slider p {
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.5;
    max-width: 630px;
    margin-bottom: 50px;
}

section.slider a {
    display: table;
    padding: 13px 37px;
    background: #fff;
    border-radius: 5px;
    color: #1C1C1C;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    transition: all .3s;
}

section.slider a:hover {
    background: var(--roxo);
    color: #fff;
}


/* Clientes */
section.clientes {
    background: #f2f0f5;
    padding: 30px 0
}

section.clientes .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.clientes h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
}

section.clientes ul {
    display: flex;
    gap: 40px;
}

section.clientes ul li {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 155px;
}

section.clientes ul li img {
    filter: grayscale(1);
}


/* Intro */
section.intro {
    padding-top: 150px;
}

section.intro .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

section.intro .container .coluna {
    width: 50%;
    max-width: 50%;
}

section.intro .bloco {
    border-radius: 4px;
    overflow: hidden;
    background: #F4F4F4;
    position: relative;
    padding: 35px;
    box-sizing: border-box;
}

section.intro .right .bloco {
    height: 700px;
    display: block;
    background: url(../img/bg-intro-3.jpg) center 1px no-repeat #F4F4F4;
    background-size: cover;
    border-radius: 16px;
}

section.intro .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.intro .left .bloco {
    height: 340px;
    border-radius: 16px;
}

section.intro .bloco h2 {
    font-size: 34.141px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -1.616px;
    margin-bottom: 30px;
}

section.intro .left .bloco:nth-child(2) h2 {
    margin: 0;
}

section.intro .bloco h2 strong {
    color: var(--roxo-principal);
    font-weight: bold;
}

section.intro .bloco p {
    font-size: 22.761px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.823px;
}

section.intro .left .bloco {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

section.intro .left .bloco a.cta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 22px;
}

section.intro .left .bloco:nth-child(1) {
   justify-content: flex-end;
   gap: 0;
   background: url(../img/bg-intro-1.jpg) center center no-repeat #3D0C5D;
   background-size: cover;
}

section.intro .left .bloco:nth-child(1) h2,
section.intro .left .bloco:nth-child(1) p {
    color: #fff;
}



/* Midia */
section.midia {
    padding-top: 150px;
    padding-bottom: 150px;
}

section.midia .container {
    display: flex;
    align-items: center;
    gap: 25px;
}

section.midia h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
}

section.midia h3 {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 20px
}

section.midia .left {
    max-width: 395px;
    min-width: 395px;
}

section.midia .left .user {
    display: flex;
    gap: 20px;
    align-items: center;
}

section.midia .left .user img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    object-fit: contain;
    background: #000;
}

section.midia .left .user h5 {
    display: block;
    margin-bottom: 5px;
}

section.midia .right {
    background: #F1F0FC;
    border-radius: 16px;
    padding: 65px 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

section.midia .right img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 215px;
    object-fit: cover;
    width: 100%;
}

section.midia .right a {
    display: flex;
    align-items: center;
    gap: 5px;
}


/* Soluções */
section.solucoes {
    padding-top: 150px;
}

section.solucoes h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 80px;
}

section.solucoes .solucoes__blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

section.solucoes .solucoes__center {
    max-width: 420px;
}

section.solucoes h3 {
    font-size: 23px;
    padding: 40px 0 40px 40px;
    line-height: 1;
    border-left: 4px transparent solid;
    cursor: pointer;
}

section.solucoes h3 strong {
    display: block;
    font-weight: bold;
}

section.solucoes h3 small {
    font-size: 16px;
}

section.solucoes h3.publico strong, h4.roxo { color: #7C24FB;}
section.solucoes h3.privado strong, h4.verde { color: #32B77E;}
section.solucoes h3.social strong, h4.azul { color: #1E88E5;}

section.solucoes h3:hover.publico,
section.solucoes h3.ativo.publico {
    border-left-color: #7C24FB;
}


section.solucoes h3:hover.privado,
section.solucoes h3.ativo.privado {
    border-left-color: #32B77E;
}

section.solucoes h3:hover.social,
section.solucoes h3.ativo.social {
    border-left-color: #1E88E5;
}

section.solucoes h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}

section.solucoes ul li {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #333;
}

section.solucoes .solucoes__nota-nota {
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}

section.solucoes .solucoes__right img {
    max-width: 320px;
}


/* Section Black */
section.black {
    margin-bottom: 90px;
    margin-top: 130px;
}

section.black .black__box {
    background: #1C1C1C;
    padding: 90px;
    border-radius: 24px;
    color: #fff;
    max-width: 1114px;
    box-sizing: border-box;
    margin: auto;
}

section.black .bughunters {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

section.black .image {
    display: block;
    height: 100%;
}


@keyframes spin { 
    50% { 
        transform:translateX(20px); 
    } 
    100% {
        transform:translateX(0px); 
    }
}

section.black .bughunters .circulo {
    position: absolute;
    right: -120px;
    top: -180px;
}

section.black .bughunters .usuarios {
    position: absolute;
    top: 140px;
    right: -150px;
    animation:spin 2s linear infinite;
}

section.black .black__box .content {
    max-width: 490px;
}

section.black h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

section.black h2 {
    font-size: 54px;
    margin-bottom: 30px;
}

section.black .black__box .content p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

section.black .black__box .icones {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

section.black .black__box .icones p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

section.black .black__box .links {
    display: flex;
    gap: 16px;
}

section.black .black__box a {
    color: #000;
    padding: 16px 32px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    border: 1px transparent solid;
}

section.black .black__box a.signup {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

section.black .black__box a:hover {
    background: #7C24FB;
    color: #fff;
}


section.black .relatorios {
    margin-top: 130px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    gap: 40px;
}

section.black .relatorios img {
    margin-right: -50px;
}


/* Sobre */
section.sobre {
    margin-top: 120px;
    margin-bottom: 120px;
}

section.sobre .box {
    max-width: 1114px;
    box-sizing: border-box;
    padding:120px 100px;
    background: #EDEDF8;
    border-radius: 24px;
    margin: auto;
}

section.sobre .line {
    display: grid;
    grid-template-columns: 50% 50%;
}

section.sobre .line.mt {
    margin-top: 160px;
}

section.sobre img {
    display: block;
    margin: auto;
}

section.sobre .box h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

section.sobre .box p {
    line-height: 24px;
    font-size: 16px;
}

/* Vantagens */
section.vantagens {
    display: table;
    width: 100%;
    background: #f5f5f5;
    padding: 120px 0;
}

section.vantagens h2 {
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
}

section.vantagens h2 strong {
    display: block;
}

section.vantagens .lista__vantagens {
    padding: 100px 60px;
}

section.vantagens .splide__pagination__page.is-active {
    background: #7C24FB;
}

section.vantagens .box {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 50px;
    position: relative;
}

section.vantagens .box h3 {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

section.vantagens .box p {
    margin-bottom: 20px;
    line-height: 1.5;
}

section.vantagens .box a {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 40px;
    width: calc(100% - 30px);
    border: 1px #7372E9 solid;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: 100%;
}


/* Dados */
section.dados {
    padding: 150px 0;
}

section.dados h2 {
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 100px
}

section.dados .blocos {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: center;
    position: relative;
    padding-top: 60px;
    margin: auto;
    max-width: 1120px;
}

section.dados .blocos::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #dedede;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

section.dados .blocos .bloco {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 16px;
    background: #fff;
    position: relative;
}

section.dados .blocos .bloco:before {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: -72px;
    z-index: 10;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: linear-gradient(308deg, rgb(224, 83, 125) 0%, rgb(88, 86, 204) 100%);
    border: 5px #fff solid;
    box-shadow: 0 0 10px #00000023;
    border-radius: 50%;
}

section.dados .bloco strong {
    font-size: 70px;
    background: linear-gradient(308deg, rgb(224, 83, 125) 0%, rgb(88, 86, 204) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    display: block;
}

section.dados .bloco  p {
    font-size: 24px;
}


/* Programas */
section.programas {
    margin-top: 90px;
    margin-bottom: 100px;
}

section.programas h2 {
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 100px
}

section.programas .blocos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    box-sizing: border-box;
}

section.programas .bloco {
    padding: 30px;
    box-shadow: 0 0 20px #00000011;
    border-radius: 16px;
    box-sizing: border-box;
}

section.programas .bloco .title {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    min-height: 45px;
}

section.programas .bloco h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

section.programas .bloco h4 {
    color: #C4C4C4;
    font-size: 16px;
    font-weight: bold;
}

section.programas .bloco ul {
    box-sizing: border-box;
    min-height: 400px;
}

section.programas .bloco li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    background: url(../img/icone-programas.png) left top no-repeat;
    padding-left: 40px;
}

section.programas .bloco a {
    text-align: center;
    display: block;
    color: #fff;
    background: #730CA8;
    padding:15px 10px;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
}


/* CTA */
section.cta {
    background: var(--roxo-principal);
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

section.cta h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
}

section.cta h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
}

section.cta a {
    padding: 15px 30px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: fit-content;
    margin: 30px auto 0 auto;
    font-size: 16px;
    border:1px #7C24FB solid;
    transition: all .3s;
    background: #7C24FB;
}

section.cta a:hover {
    background: #8f3fff;
}


/* Blog */
section.blog {
    padding: 120px 0;
}

section.blog h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 50px
}

section.blog h3 {
    font-size: 24px;
    margin-bottom: 60px;
    color: #4D4D60;
    line-height: 1.4;
}

section.blog .splide__track {
    overflow: visible;
}

section.blog .splide__pagination {
    bottom: -60px;
}

section.blog .splide__pagination__page.is-active {
    background: var(--roxo-principal);
}

section.blog .blog__post {
    display: block;
    width: 100%;
    height: 330px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 555px;
}

section.blog .blog__post img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.blog .blog__post::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8323704481792717) 84%);
    position: absolute;
    top: 0;
    left: 0;
}

section.blog .blog__post a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
}

section.blog .blog__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
}

section.blog .blog__text h4 {
    font-size: 24px;
    line-height: 1.4;
}

section.blog .blog__text small  {
    display: table;
    color: #fff;
    background: var(--roxo-principal);
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}


/* Newsletter */
section.newsletter  {
    margin: 100px 0;
}

section.newsletter .container {
    background: #f5f5f5;
    padding: 70px 46px;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.newsletter .left {
    max-width: 590px;
}

section.newsletter h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

section.newsletter .left p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

section.newsletter .line {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

section.newsletter .line.radio {
    margin-top: 20px;
    gap: 5;
}

section.newsletter input[type="radio"] {
    margin: 0;
    width: 15px;
    height: 15px;
}

section.newsletter input[type="email"] {
    width: 370px;
    background: #fff;
    border: 1px solid var(--Black-400, #C4C4C4);
    border-radius: 6px;
    padding: 15px;
}

section.newsletter input[type="submit"] {
    background: var(--roxo-principal) !important;
    border-radius: 6px !important;
    padding: 15px !important;
    border: 0 !important;
    color: #fff !important ;
    font-family: var(--font) !important ;
    cursor: pointer !important;
    margin: 0 !important;
}

#mc_embed_signup {
    background: transparent !important;
}