* {
    box-sizing: border-box;  
    font-family: "Sora", sans-serif;
}       

strong { 
    font-weight:700;
}





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;    
}
input {
	font-family:  "Sora", sans-serif;
}

/* Projuris IA Tooltip Styles */
.tooltip {
    position: absolute;
    background-color: #201b40;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    top: 40px;
    left: 0;
    margin-top: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.tooltip::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #201b40 transparent;
}

.tooltip.active {
    opacity: 1;
    visibility: visible;
}

#projuris-ia-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    padding: 8px 20px;
    height: 49px;
}

#projuris-ia-link .main-text {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
}

#projuris-ia-link .sub-text {
    display: block;
    font-size: 8px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: 700;
}

/** -------------------------- FIM RESET ------------------------- **/

.apenas-mobile {
    display: none;
}
.fechar-submenu-mobile {
    display: none;
}
.bt-menu-mobile {
    display: none;
}
body {
    background: #000212;
    color: #FFF;
}
header {
    float: left;
    width: 100%;
    position: relative;
}

.logo-adv h1,
.logo-adv .logo {
    float: left;
    width: 280px;
    height: 90px;
    text-indent: -99999px;
    background: url(../img/logos/projuris_adv.png) no-repeat left 0;
    background-size: 240px auto;
    transition: all .5s;
}
.menu-fixo .logo-adv h1,
.menu-fixo .logo-adv .logo {
    background-image: url(../img/projuris-adv-invertido.png);
}
/* Logo Projuris styles */
.logo-projuris h1,
.logo-projuris .logo {
    float: left;
    width: 295px;
    height: 95px;
    text-indent: -99999px;
    background: url(../img/logos/projuris_plataforma.png) no-repeat left -18px;
    background-size: 240px auto;
    transition: all .5s;
}
.menu-fixo .logo-projuris h1,
.menu-fixo .logo-projuris .logo {
    background-image: url(../img/projuris-white.png);
}

.logo-peticiona h1,
.logo-peticiona .logo {
    float: left;
    width: 295px;
    height: 95px;
    text-indent: -99999px;
    background: url(../img/logos/projuris_peticiona.png) no-repeat left 10px;
    background-size: 180px auto;
    transition: all .5s;
}
.menu-fixo .logo-peticiona h1,
.menu-fixo .logo-peticiona .logo {
    background-image: url(../img/logo-peticiona-white.png);
}

.logo-contratos h1,
.logo-contratos .logo {
    float: left;
    width: 295px;
    height: 95px;
    text-indent: -99999px;
    background: url(../img/logos/projuris_contratos.png) no-repeat left 10px;
    background-size: 180px auto;
    transition: all .5s;
}
.menu-fixo .logo-contratos h1,
.menu-fixo .logo-contratos .logo {
    background-image: url(../img/logo-contratos.png); /* MUDAR PARA LOGO INVERTIDA */
}

.logo-empresas h1,
.logo-empresas .logo,
.body-empresas .logo-projuris h1,
.body-empresas .logo-projuris .logo {
    float: left;
    width: 295px;
    height: 95px;
    text-indent: -99999px;
    background: url(../img/logos/projuris_empresas.png) no-repeat left 10px;
    background-size: 180px auto;
    transition: all .5s;
}
.menu-fixo .logo-empresas h1,
.menu-fixo .logo-empresas .logo {
    background-image: url(../img/logo-empresas-invertido.png);
}

.logo-acordos h1,
.logo-acordos .logo {
    float: left;
    width: 295px;
    height: 95px;
    text-indent: -99999px;
    background: url(../img/logos/projuris_acordos.png) no-repeat left 0;
    background-size: 240px auto;
    transition: all .5s;
}
.menu-fixo .logo-acordos h1,
.menu-fixo .logo-acordos .logo {
    background-image: url(../img/logo-acordos-invertido.png);
}


.body-jurimetria .logo-projuris h1,
.body-jurimetria .logo-projuris .logo {
    float: left;
    width: 295px;
    height: 95px;
    text-indent: -99999px;
    background: url(../img/logos/projuris_jurimetria.png) no-repeat left 10px;
    background-size: 180px auto;
    transition: all .5s;
}

.centraliza {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0px; overflow:hidden;
}
.centralizado {
    text-align: center;
}



.banner-ilustrado img{   
    width: 700px;
    float: right;
    margin-top: -140px;
    margin-bottom: -270px;
    margin-left: -700;}



.topo-adv .mn-botao a {
    color: #00B600;
    border: 1px solid #00B600;
    padding: 12px 30px;
    border-radius: 20px 0 20px 0 !important;
    margin: -15px 0 0 0;
    box-shadow: 0px 15px 20px #00000029;
}
    .topo-adv .mn-botao a:hover {
        color: #00B600;
        box-shadow: 0px 15px 20px #00000029;
        border-radius: 20px 0 20px 0 !important;
    }
    .topo-adv .mn-botao a.lk-teste-adv {
        background: #00B600;
        color: #fff;
        box-shadow: 0px 15px 20px #00000029;
        border-radius: 20px 0 20px 0 !important;
    }


 .sloganb2b{
    width: 100%;
    padding-left: 650px;
    margin-top: -388px;
    margin-bottom: 388px;

 }   
 .sloganb2b img {
    width:90px;  
    margin-top: -200px;
    margin-left: 193px;
    height: 85px;
}

.barra-topo {
    background: #FFF;
    float: left;
    width: 100%;
    height: 100px;
    padding: 15px 0;
    position: fixed;
    z-index: 99;
    transition: all .5s;

}

.mn-barra {
    float: right;
    padding: 30px 0 0 0;
}
    .mn-barra li {
        float: left;
        padding: 0 20px 0 0;
    }
    .mn-barra a {
        font-size: 16px;
        line-height: 22px;
        color: #000212;
        text-decoration: none;
        display: inline-block;
        padding: 0 17px 0 0;
        position: relative;
        transition: all .3s;
    }        
        .mn-barra .mn-parent a:after {
            content: "";
            position: absolute;
            top: 3px;
            right: 0;
            width: 6px;
            height: 6px;
            border: 3px solid #0A0022;
            border-left: 0;
            border-top: 0;
            transform: rotate(45deg);
            transition: all .3s;
        }
        .mn-barra a:hover {
            color: #0756e4;
        }
        .mn-barra a:hover:after {
            border-color: #0756e4;
            transform: rotate(270deg);
        }
        .menu-fixo .mn-barra .mn-parent a:after {
            border-color: #fff;
        }
    .mn-barra .mn-store a {
        background: #0756E4;
        color: #fff;
        margin: -15px 0 0 0;
        padding: 15px 60px;
        border-radius: 25px;
        transition: all .3s;
    }
        .mn-barra .mn-store a:hover {
            background: #12B0F6;
            color: #fff;
        }
    .mn-barra .mn-bt a {
        background: #0756E4;
        color: #fff;
        margin: -15px 0 0 0;
        padding: 15px 20px;
        border-radius: 25px;
        transition: all .3s;
    }
        .mn-barra .mn-bt a:hover {
            background: #12B0F6;
            color: #fff;
        }
    .mn-barra .mn-bt-invertido a {
        background: #fff;
        border: 1px solid #0756E4;
        color: #0756E4;
        margin: -15px 0 0 0;
        padding: 15px 20px;
        border-radius: 25px;
        transition: all .3s;
    }
        .mn-barra .mn-bt-invertido a:hover {
            background: #12B0F6;
            color: #fff;
        }



.mn-submenu {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    top: 100px;
    background: rgba(255, 255, 255, .97);
    padding: 0 0 20px 0;
    display: none;
}
    .mn-submenu.hover {
        display: block;
    }

.controla-banners {
    float: left;
    width: 100%;
    background: #280BA0;
    padding: 60px 0;
}

.lista-banners {
    float: left;
    width: 100%;
}
    .lista-banners li {
        float: left;
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
        display: none;
        opacity: 0;
        width: 25%;
    }
    .lista-banners li.destaque {
        display: block;
        opacity: 1;
        width: 100%;
    }
    .lista-banners h2 {
        font-size: 45px;
        line-height: 52px;
        font-weight: bold;
        float: left;
        width: 100%;
        padding: 0 0 20px 0;
    }
    .lista-banners .gravata {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        float: left;
        width: 100%;
        padding: 0 0 25px 0;
    }

    
    .lista-banners .cta-banner {
        clear: both;
        background: #12B0F6;
        box-shadow: 0px 15px 20px #000029;
        border-radius: 35px;
        padding: 12px 45px;
        display: inline-block;
        font-size: 22px;
        color: #fff;
        text-decoration: none;
        transition: all .5s;
        margin-top: 59;
        float: right;
        margin-right: 250px;
    
    }
        .lista-banners .cta-banner:hover {
            color: #12B0F6;
            background-color: #fff;
        }

.banner-textomat {
    float: left;
    width: 60%;
    padding: 15px 25px 0 0;
    margin-top: -360px;
    margin-left: 100px;
}

.banner-textojuris{
    float: left;
    width: 60%;
    padding: 15px 25px 0 0;
    margin-top: -260px;
    margin-left: 50px;
}

 .search-bar button{border: 1px solid #0756E4; padding: 15px 20px; border-radius: 30px; margin: -15px 0 0 0; margin-left: 20px; background: #0756E4; color: #fff; transition: all .3s; cursor: pointer; width: 300px;}
.search-bar input{border: 1px solid #707070; border-radius: 28px; display: inline-block; padding: 15px 15px; width: 500px;}


.banner-texto .tag {
    background: #12B0F6;
    display: inline-block;
    padding: 5px 45px;
    margin: 0 0 15px 0;
    color: #fff;
    border-radius: 5px;
}

.banner-img {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: 30px;
}
    .banner-img img {
    width: 520px;
    }

.lista-banners.destaques li {
    width: 25%;
    display: block;
    opacity: 1;
}

.lista-banners.destaques li .banner-texto {
    width: 100%;
    padding: 20px;
}
.lista-banners.destaques li .banner-img {
    width: 100%;
    text-align: left;
    padding: 20px;
}
.lista-banners.destaques h2 {
    font-size: 24px;
    line-height: 28px;
}
.lista-banners.destaques .gravata {
    font-size: 16px;
    line-height: 24px;
}
.descricao-submenu {
    float: left;
    width: 20%;
    color: #525662;
    padding: 30px 0 0 0;
    margin-top: 120px;
}
    .descricao-submenu p {
        font-size: 16px;
        line-height: 20px;
        padding-top:70x;
    }

.controla-banners-ilustrados {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.controla-banners-educacao {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background: url(../img/banner-educacao-bg.png) no-repeat center top;
}

.curva-banner-home {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 168px;
    background: url(../img/curva-banner-home2.png) no-repeat center -1px;
    cursor: pointer;
}
    .curva-banner-home span {
        border-right: 7px solid #000;
        border-bottom: 7px solid #000;
        transform: rotate(45deg);
        transition: all .3s;
        border-radius: 3px;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 0;
    }

.curva-banner-edu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 168px;
    background: url(../img/curva-banner-home.png) no-repeat center -1px;
    cursor: pointer;
}
    .curva-banner-edu span {
        border-right: 7px solid #FFF;
        border-bottom: 7px solid #FFF;
        transform: rotate(45deg);
        transition: all .3s;
        border-radius: 3px;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 0;
    }

.banner-ilustrado {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 120px;
    /*background-color: #efeded;*/
    background-color: #dcdeea;
    padding: 180px 0 100px 0;
    color: #fff;
}
    .banner-ilustrado.fonte-escura {
        color: #000;
    }

    
    .banner-ilustrado h2 {
        font-size: 45px;
        line-height: 47px;
        display: inline-block;
        font-weight: bold;
        width: 100%;
        padding: 0 0 20px 0;
        color: #280ba0;
    }
    .banner-ilustrado p {
        font-size: 27px;
        font-weight: 300;
        line-height: 33px;
    }

.ajusta-texto-ilustrado {
    float: left;
    max-width: 600px;
    width: 80%;
}
    .ajusta-texto-ilustrado span {
        background: #42A5F5;
        color: #fff;
    }

.banner-educacao {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background: url(../img/banner-educacao-img.png) no-repeat right top;
    padding: 180px 0 180px 0;
    color: #fff;
}
    .banner-educacao.fonte-escura {
        color: #000;
    }
    .banner-educacao h2 {
        font-size: 50px;
        display: inline-block;
        font-weight: bold;
        width: 100%;
        padding: 0 0 10px 0;
    }
    .banner-educacao p {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
    }

.ajusta-texto-educacao {
    float: left;
    max-width: 500px;
    width: 80%;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    background: url(../img/banner-educacao-logo.png) no-repeat 0 0;
    background-size: 500px auto;
    padding: 90px 0 0 0;
}
    .ajusta-texto-educacao h2 {
        font-weight: 300;
        color: #fff;
        font-size: 28px;
        line-height: 30px;
    }
.curva-banner-home {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner-opcoes {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
}
    .banner-opcoes span {
        background: #fff;
        display: inline-block;
        line-height: 1px;
        border-radius: 15px;
        margin: 0 5px;
        cursor: pointer;
    }
    .banner-opcoes .ponto {
        width: 10px;
        height: 10px;
    }
    .banner-opcoes .barra {
        width: 30px;
        height: 10px;
    }


.mn-submenu-sobre .descricao-submenu {
    padding: 0;top:150px;
}
.mn-conteudos .descricao-submenu {
    padding: 30px 20px 0 0;top:150px;
}


.titulo-menu-solucoes {
    color: #12b0f6;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
   
}
.titulo-menu-conteudos {
    color: #12b0f6;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.submenu {
    float: left;
    width: 80%;
    padding: 100px 0px 0px 0px;
    position: relative;
}
    .submenu-solucoes:after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #0756e4;
        position: absolute;
        top: 0;
        left: 48%;
        margin-left: -1px;
    }
    .submenu-solucoes li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 0 5px 0;
        padding: 0 80px 10px 80px;
        font-size: 14px;
        line-height: 20px;
        transition: all .5s;
        border-left: 2px solid #fff;
    }
        .submenu-solucoes li {width: 49%}
        .submenu-solucoes li.clear {
            clear: both;
        }
         .submenu-solucoes h3 {
            float: left;
            width: 100%;
            font-size: 22px;
            line-height: 28px;
            color: #0756e4;
            font-weight: 700;
         }

         .submenu-solucoes li a {
            color: #525662;
            text-decoration: none;
            float: left;
            width: 100%;
            border-left: 2px solid #fff;
            transition: all .3s;
            padding: 5px 0 5px 15px;
         }
        .submenu-solucoes li:hover a {
            border-left: 2px solid #0756e4;
        }

.submenu-sobre {
    padding-left: 100px;
    
}
.submenu-sobre li {
    float: left;
    width: 100%;
    padding: 10px 0;
}
    .submenu-sobre li a {
        font-size: 22px;
        font-weight: bold;
        color: #0a0022;
        text-decoration: none;
        border-left: 2px solid #fff;
        padding: 0 0 0 10px;
        transition: all .5s;
    }
        .submenu-sobre li a:hover {
            border-left: 2px solid #0756e4;
        }


.submenu-conteudos:after {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #0756e4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 33%;
    margin: 0 0 0 -2px;
}
.submenu-conteudos:before {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #0756e4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 66%;
    margin: 0 0 0 -2px;
}
.submenu-conteudos li {
    display: inline-block;
    width: 33%;
    margin: 0 0 0 0;
    padding: 10px 25px 10px 0;
    font-size: 16px;
    line-height: 20px;
    transition: all .5s;
    border-left: 2px solid #fff;
    vertical-align: top;
}
    .submenu-conteudos li.clear {
        clear: both;
    }
     .submenu-conteudos h3 {
        float: left;
        width: 100%;
        font-size: 22px;
        line-height: 26px;
        color: #0756e4;
        font-weight: 700;
     }
     .submenu-conteudos li a {
        color: #525662;
        text-decoration: none;
        float: left;
        width: 100%;
        border-left: 2px solid #fff;
        transition: all .3s;
        padding: 5px 0 5px 15px;
        margin: 0;

     }
    .submenu-conteudos li:hover a {
        border-left: 2px solid #0756e4;
    }




.direct{
    display: flex;
    flex-direction: column;
}

.button_blue{
    margin-top: 50px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px 1px 10px 1px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    background: rgb(94,232,249);
    background: linear-gradient(51deg, rgba(94,232,249,1) 0%, rgba(51,160,239,1) 35%, rgba(21,53,198,1) 100%);
    transition: all .5s;
}

.button_blue:hover{
    background: rgb(53,90,238);
        background: linear-gradient(51deg, rgba(53,90,238,1) 0%, rgba(10,84,138,1) 66%, rgba(21,53,198,1) 100%);
}
.material-icons {color:blue}
.menu-fixo {
    position: fixed;
    top: 0;
    z-index: 99;
    transition: all .5s;
    .barra-topo {
        background: #0A0022;
    }
    .mn-barra a {
        color: #FFF;
    }
    .mn-barra .mn-store a {
        background: #12B0F6;
        color: #fff;
    }
    .mn-barra .mn-store a:hover {
        background: #fff;
        color: #12B0F6;
    }
}
.descricao-submenu a{
    text-decoration: none;
}

/** -------------------------- INC TITULO ------------------------- **/

.topo__background{
    padding: 100px 0 60px 0px;
    background: #201b40;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.topo__title{
    font-size: 30px;
    font-weight: 300;
    padding: 20px 0px;
    text-wrap: balance;
}

/** -------------------------- ATALHO JURIS ------------------------- **/

.atalhojuris_background{
    background-color: #F0F3F4;
    padding: 60px 12%;
    display: flex;
    flex-direction: row;
}
.atalhojuris_title{
    padding-left: 10%;
    padding-right: 10%;
    width: 50%;
    display: flex;
    align-items: center;
}
.atalhojuris_img{
    padding-right: 10%;
    width: 50%;
    display: flex;
    justify-content: center;
}
.atalhojuris_title h2{
    color: #292D38;
    font-size: 40px;
    font-weight: 700;
}
.atalhojuris_img img{
    width: 100%;
    max-width: 350px;
}

/** -------------------------- PERCENTUAL ------------------------- **/

.percentual_background{
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.percentual_title{
    width: 50%;
    padding: 60px 20px 60px 20px;
    text-wrap: balance;
    float: left;
}
.percentual_div{
    width: 50%;
    padding: 60px 20px 60px 20px;
    float: left;
}
.perc{
    display: flex;
    width: 100%;
    padding: 10px;
}
.percentual_title h2{
    color: #000212;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 5px;
    text-wrap: balance;
}
.percentual_title p{
    color: #292d38;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    padding-bottom: 5px;
}
.percentual_btn{
    margin-top: 50px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px 1px 10px 1px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    background: rgb(94,232,249);
    background: linear-gradient(51deg, rgba(94,232,249,1) 0%, rgba(51,160,239,1) 35%, rgba(21,53,198,1) 100%);
    transition: all .5s;
}
.percentual_btn:hover{
    background: rgb(53,90,238);
        background: linear-gradient(51deg, rgba(53,90,238,1) 0%, rgba(10,84,138,1) 66%, rgba(21,53,198,1) 100%);
}
.percentual_bloc{
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-bottom: 15px;
}
.percentual_bloc h2{
    font-size: 40px;
    font-weight: 700;
    color: #0756e4;
    text-align: center;
}
.percentual_bloc span{
    font-size: 18px;
    font-weight: 300;
    color: #292D38;
    text-align: center;
}

/** -------------------------- MAPA ------------------------- **/

.mapa_background{
    background-color:#F0F3F4;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.mapa_title{
    width: 50%;
    padding: 60px 20px 0 20px;
    float: left;
    height: 100%;
    text-wrap: balance;
    display: flex;
    align-items: center;
}
.mapa_title h2{
    color: #292d38;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 5px;
}
.mapa_img{
    width: 50%;
    padding: 60px 20px 0 20px;
    float: left;
}
.mapa_img img{
    width: 100%;
    max-width: 400px;
}
.mapa_blue{
    color: #0756E4;
}

/** -------------------------- MARCAS LIDERES ------------------------- **/

.marcaslideres_background{
    background-color: #FFF;
    display: flex;
    width: 100%;
    padding: 40px 20px;
}
.marcaslideres_background h2{
    color: #292D38;
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 5px;
    text-wrap: balance;
}
.marcaslideres_background span{
    color: #000212;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 5px;
    text-wrap: balance;
}
.marcaslideres_blue{
    color: #0756E4;
}

/** CAROUSEL **/

.marcaslideres_carousel {
    float: left; 
    overflow: hidden; 
    padding: 15px; 
    width: 100%; 
    position:relative;

}
.marcaslideres_carousel .marcaslideres_carousel-inner {
    transition: 1s ease all; 
    float: left; 
    display: flex; 
    align-items: center;
}
.marcaslideres_carousel .marcaslideres_carousel-inner .item {
    float: left;
}
.marcaslideres_carousel .marcaslideres_left, .marcaslideres_carousel .marcaslideres_right {
    position:absolute;
    border-radius:50%;
    top:calc(50% - 20px);
}
.marcaslideres_carousel .marcaslideres_left {
    left:0;
    color: #0756E4;
    border: none;
    background-color: #FFFFFF00;
    cursor: pointer;
    font-size: 60px;
}
.marcaslideres_carousel .marcaslideres_right {
    right:0;
    color: #0756E4;
    border: none;
    background-color: #FFFFFF00;
    cursor: pointer;
    font-size: 60px;
}
.marcaslideres_carousel .marcaslideres_left.over, .marcaslideres_carousel .marcaslideres_right.over {
    pointer-events: none;
    color: #92B3ED;
}
.marcaslideres_img{
    width: 100%;
    max-width: 80px;
    filter: grayscale(.5);
    transition: all .3s;
}
    .marcaslideres_img:hover {
        filter: grayscale(0);
    }

/** -------------------------- MIDIA ------------------------- **/

.midia_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 60px 20px;
}
.midia_background h2{
    color: #292D38;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 5px;
    text-wrap: balance;
}
.midia_blue{
    color: #0756E4;
}
.midia_background span{
    color: #000212;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 5px;
    text-wrap: balance;
}
.midia_background ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 0 0 0;
}
.midia_background li{
    padding: 0 40px;
}
.midia_background img{
    width: 100%;
    max-width: 120px;
}

/** -------------------------- JURISCAST ------------------------- **/

.juriscast_background{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 60px 20px;
}
.juriscast_title h2{
    color: #292D38;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 5px;
    text-wrap: balance;
}
.juriscast_blue{
    color: #0756E4;
}
.juriscast_title span{
    color: #000212;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 5px;
    text-wrap: balance;
}
.juriscast_backgroundblue{
    background-color: #280BA0;
    padding: 40px;
    margin-top: 30px;
    border-radius: 35px;
    display: flex;
    flex-direction: row;
    text-align: start;
}
.juriscast_backgroundblue img{
    width: 100%;
    max-width: 450px;
    padding-right: 15px;
}
.juriscast_text{
    width: 100%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}
.juriscast_categoria{
    margin-top: 10px;
    margin-bottom: 20px;
}
.juriscast_categoria span{
    background-color: #12B0F6;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 20px;
    border-radius: 7px;
    text-wrap: balance;
}
.juriscast_text h2{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.juriscast_text p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 10px;
    text-wrap: balance;
}
.juriscast_text a{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 450;
    padding-top: 30px;
    text-decoration: none;
}
.juriscast_text a:hover{
    text-decoration: underline;
}

 

/** -------------------------- CASOS DE USO ------------------------- **/

.casosuso_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 60px 20px;
}
.casosuso_texto{
    width: 40%;
    float: left;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.casosuso_cards{
    width: 60%;
    float: left;
    display: flex;
}
.casosuso_texto h2{
    color: #000212;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 10px;
    text-wrap: balance;
}
.casosuso_texto button{
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    background-color: #0756e4;
    border: none;
    border-radius: 35px;
    cursor: pointer;
}
.casosuso_texto button:hover{
    color: #fff;
    background-color: #160544;
    transition: all .3s;
}
.casosuso_card{
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 21px;
    margin: 0 20px;
    box-shadow: 0px 0px 8px #7e828f;
    border-radius: 15px;
    margin-right:50px;
}
.casosuso_card img{
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 120px;
}
.casosuso_card p{
    color: #525662;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    padding-bottom: 20px;
    text-wrap: balance;
}
.casosuso_card a{
    color: #0756E4;
    font-size: 15px;
    font-weight: 450;
    padding-top: 30px;
    text-decoration: none;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.casosuso_card a:hover{
    text-decoration: underline;
}

/** -------------------------- FOOTER ------------------------- **/

.footer_background{
    background-color: #000212;
    width: 100%;
    padding: 60px 20px;
    float: left;
}
.footer_lista{
    width: 20%;
    float: left;
}
.footer_lista img {
    max-width: 250px;
}
.footer_lista ul {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
}
.footer_lista span{
    color: #42A5F5;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}
.footer_lista li{
    padding: 5px 0px;
}
.footer_lista a{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: none;
}
.footer_lista a:hover{
    text-decoration: underline;
}

/** -------------------------- TOPO ADV ------------------------- **/

.topoadv_background{
    background-color: #F0F3F4;
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 0 0 0;
 
}
.topoadv_background h1{
    color: #292D38;
    font-size: 31px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
        margin-top: 150;
}
.topoadv_background p{
    color: #000212;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    padding: 20px 0;
    text-wrap: balance;
    
}
.topoadv_background span{
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 20px;
}
.topoadv_background img{
  
    max-width: 100%;
}

/** -------------------------- PERCENTUAL ADV ------------------------- **/


.percentualadv_background h2{
    color: #292D38;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}
.percentualadv_background p{
    color: #000212;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}
.percentualadv_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.percentualadv_texto{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    width: 25%;
    padding-left: 20px;
    margin-top: 20px;
    border-left: 1px solid #00B600;
}
.percentualadv_texto h3{
    font-size: 40px;
    font-weight: 600;
    color: #00B600;
    margin-bottom: 5px;
}
.percentualadv_texto span{
    font-size: 17px;
    font-weight: 300;
    color: #292d38;
    margin-top: 15px;
}

/** -------------------------- METODOLOGIA ADV ------------------------- **/

.metodologiaadv_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20% 0 20%;
}

.metodologiaadv_background strong{
    color: #00B600;
}


/** -------------------------- DETALHES ADV ------------------------- **/


.detalhesadv_background h2{
    color: #292d38;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    text-wrap: balance;
}
.detalhesadv_buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.detalhesadv_buttons button{
    margin: 0 20px;
    width: 100%;
    max-width: 300px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 37px;
}

.detalhesadv_ativo{
    color: #FFFFFF;
    border: 2px solid #00B600;
    background-color: #00B600;
    cursor: pointer;
}
.detalhesadv_ativo:hover{
    color: #FFFFFF;
    border: 2px solid #00B600;
    background-color: #00B600;
    cursor: pointer;
}
.detalhesadv_inativo{
    color: #292d38;
    border: 2px solid #00B600;
    background-color: #F0F3F4;
    cursor: pointer;
}
.detalhesadv_inativo:hover{
    color: #FFFFFF;
    border: 2px solid #00B600;
    background-color: #00B600;
    cursor: pointer;
}
.detalhesadv_img{
    background-color: #00b6001e;
    border-radius: 20px;
    padding: 60px 80px 0px 80px;
    margin-bottom: 30px;
}


.detalhesadv_detalhes{
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 0 30px;
}
.detalhesadv_detalhes h3{
    color: #000212;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    text-wrap: balance;
}
.detalhesadv_detalhes p{
    color: #292D38;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 50px;
    text-wrap: balance;
    line-height: 21px;
}
.detalhesadv_btnteste{
    color: #FFFFFF;
    font-size: 20px;
    border: 2px solid #00B600;
    background-color: #00B600;
    cursor: pointer;
}
.detalhesadv_btnteste:hover{
    color: #292d38;
    border: 2px solid #00B600;
    background-color: #F0F3F4;
    cursor: pointer;
}

/** -------------------------- DETALHES 2 ADV ------------------------- **/


.detalhes2adv_img{
    width: 50%;
    float: left;
    padding-right: 20px;
}
.detalhes2adv_img img{
    width: 100%;
    max-width: 700px;
}
.detalhes2adv_text{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
    height: 100%;
    text-wrap: balance;
    float: left;
    margin-bottom:100px;
}
.detalhes2adv_text span{
    color: #292D38;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}
.detalhes2adv_text h2{
    color: #000212;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 30px;
    text-wrap: balance;
}
.detalhes2adv_text p{
    color: #292D38;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 20px;
    text-wrap: balance;
    line-height: 22px;

    
}
.detalhes2adv_text button{
    padding: 15px 30px;
    font-size: 20px;
    margin-left:200px;
    font-weight: 500;
    border-radius: 37px;
    color: #FFFFFF;
    border: 2px solid #00B600;
    background-color: #00B600;
    cursor: pointer;
}
.detalhes2adv_text button:hover{
    color: #292d38;
    border: 2px solid #00B600;
    background-color: #fff;
    cursor: pointer;
}

/** -------------------------- DETALHES HEROES ------------------------- **/

.detalhesheroes_background{
    background: #F0F3F4;
    background-image: url("../img/bg_cinza_heroes.svg");
    background-size: cover;
    background-position: right 35% bottom 50%;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 60px 20px 60px 0%;
}
.detalhesheroes_img{
    width: 50%;
    float: left;
    padding-right: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detalhesheroes_img img{
    width: 100%;
    max-width: 350px;
}
.detalhesheroes_text{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
    height: 100%;
    text-wrap: balance;
    float: left;
}

.solucaoadvgetdemo p{
color:#292D38;
font-size: 18px;

}

.solucaoadvgetdemo{
    margin-bottom: 30px;
}


.detalhesheroes_text span{
    color: #292D38;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}
.detalhesheroes_text h2{
    color: #000212;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
}
.detalhesheroes_text p{
    color: #292D38;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 20px;
    margin-bottom: -12px;
}
.detalhesheroes_text button{
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 37px;
    color: #FFFFFF;
    border: 2px solid #00B600;
    background-color: #00B600;
    cursor: pointer;
}
.detalhesheroes_text button:hover{
    color: #292d38;
    border: 2px solid #00B600;
    background-color: #fff;
    cursor: pointer;
}

/** -------------------------- SOLUCAO ADV ------------------------- **/

.solucaoadv_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.solucaoadv_background h2{
    color: #292D38;
    font-size: 33px;
    font-weight: 600;
    padding-bottom: 20px;
    text-wrap: balance;
}
.solucaoadv_background strong{
    color: #00B600;
}
.solucaoadv_background img{
    margin: 20px 0;
    width: 100%;
    max-width: 900px;
}
.solucaoadv_background button{
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 37px;
    color: #FFFFFF;
    border: 2px solid #00B600;
    background-color: #00B600;
    cursor: pointer;
}
.solucaoadv_background button:hover{
    color: #292d38;
    border: 2px solid #00B600;
    background-color: #F0F3F4;
    cursor: pointer;
}

/** -------------------------- PRODUTOS COMP ------------------------- **/

.produtoscomp_background{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.produtoscomp_background h2{
    color: #292D38;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}
.produtoscomp_background p{
    color: #000212;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 10px;
    line-height:25px;
}
.produtoscomp_textos{
    display: flex;
    flex-direction: row;
}
.produtoscomp_cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    width: 100%;
    max-width: 300px;
    padding: 60px 20px;
    margin: 0 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px #0000000D;
    border-radius: 15px;
}
.produtoscomp_cards p{
    color: #525662;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 30px;
}
.produtoscomp_cards span{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.produtoscomp_lista span{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.produtoscomp_lista{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.produtoscomp_lista li{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.icn{
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
}
.peticiona{
    color: #1335F6;
}
.acordos{
    color: #12B0F6;
}
.adv{
    color: #00B600;
}
.produtoscomp_cards a{
    color: #292D38;
    font-size: 15px;
    font-weight: 600;
    padding-top: 40px;
    text-decoration: none;
}
.produtoscomp_cards a:hover{
    text-decoration: underline;
}

/** -------------------------- PLANOS ADV ------------------------- **/

.planosadv_background{
    background-color: #Fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}

.planosadv_background span{
    color: #000212;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.verdeplano {
    background-color: #00B600;
    color: white;
    border: none;}
.verde{
    color: #00B600;
}
.planosadv_botao{
    margin-top: 30px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 20px 0 20px 0 !important;
    color: #FFFFFF;
    border: 2px solid #00B600;
    background-color: #00B600;
    cursor: pointer;
    box-shadow: 0px 15px 20px #00000029;
}
.planosadv_botao:hover{
    color: #292d38;
    border: 2px solid #00B600;
    background-color: #FFF;
    cursor: pointer;
}



/** -------------------------- VANTAGENS ADV ------------------------- **/

.vantagensadv_background{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
}

.vantagensadv_modulos{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #525662;
    margin: 0 10px;
    border: 2px solid #00B600;
    width: 100%;
    max-width: 238px;
    height: 80px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-wrap: balance;
}
.vantagensadv_moduloshover{
    padding: 15px 15px 20px 5px;
    width: 100%;
    display: flex;
    border-radius: 20px 20px 0px 0px;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin: 0 10px;
}
.vantagensadv_moduloshover:hover{
    background-color: #F0F3F4;
    .vantagensadv_modulos{
        background-color: #00B600;
        color: #FFF;
    }
    .vantagensadv_info{
        display: none;
    }
    .vantagensadv_arrow{
        display: block;
    }
}
.vantagensadv_info{
    padding: 5px 10px;
    background-color: #00B600;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    max-width: 120px;
    margin-top: -13px;
    box-shadow: 0px 15px 20px #00000029;
    border-radius: 27px;
    text-wrap: balance;
}
.vantagensadv_arrow{
    color: #00B600;
    font-size: 6px;
    font-weight: 700;
    padding: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -13px;
    display: none;
    text-wrap: balance;
}
.vantagensadv_active{
    background-color: #F0F3F4;
    .vantagensadv_modulos{
        background-color: #00B600;
        color: #FFF;
    }
    .vantagensadv_info{
        display: none;
    }
    .vantagensadv_arrow{
        display: block;
    }
}
.vantagensadv_h100{
    width: 100%;
}

.vantagensadv_vantagens_buttons{
    width: 33%;
    float: left;
    max-width: 300px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.vantagensadv_vantagens_buttons button{
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    border: 2px solid #00B600;
    border-radius: 37px;
    background-color: #F0F3F4;
    color: #00B600;
    cursor: pointer;
}
.vantagensadv_vantagens_buttons button:hover{
    background-color: #00B600;
    color: #FFF;
}
.vantagensadv_vantagens_buttons_act{
    background-color: #00B600 !important;
    color: #FFF !important;
}
.vantagensadv_botao{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    float:inline-end;
    margin-right:550px;
    box-shadow: 0px 15px 20px #00000029;
    
}

.vantagensadv_botao button{
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 700;
    border-radius: 37px;
    color: #FFF;
    border: 2px solid #00B600;
    background-color: #00B600;
    cursor: pointer;
}
.vantagensadv_botao button:hover{
    color: #00B600;
    border: 2px solid #00B600;
    background-color: #F0F3F4;
    cursor: pointer;
    box-shadow: 0px 15px 20px #00000029;
}
.vantagensadv_vantagens_content{
    display: flex;
    flex-direction: column;
    text-align: start;
    margin:0 60px;
    width: 33%;
    float: left;
}
.vantagensadv_vantagens_content h2{
    font-size: 30px;
    font-weight: 700;
    color: #000212;
    margin-bottom: 20px;
    text-wrap: balance;
}
.vantagensadv_vantagens_content p{
    font-size: 20px;
    font-weight: 300;
    color: #292D38;
    margin: 10 0px;
    text-wrap: balance;
    line-height: 25px;
}


/** CAROUSEL **/

   

.vantagens_carousel .vantagens_left2, .vantagens_carousel .vantagens_right2 {
    position:absolute;
    border-radius:50%;
    top:calc(50% - 20px);
}

.vantagens_carousel .vantagens_left2 {
    left:0;
    color: #0756E4;
    border: none;
    background-color: #FFFFFF00;
    cursor: pointer;
    font-size: 50px;
    margin-right: 30px;
}
.vantagens_carousel .vantagens_right2 {
    right:-17;
    color: #0756E4;
    border: none;
    background-color: #FFFFFF00;
    cursor: pointer;
    font-size: 50px;
    margin-left: 10px;
}
.vantagens_carousel .vantagens_left.over, .vantagens_carousel .vantagens_right.over {
    pointer-events: none;
    color: #81d181;
}
.vantagens_carousel .vantagens_left2.over, .vantagens_carousel .vantagens_right2.over {
    pointer-events: none;
    color: #7493ce;
}
.vantagens_img{
    width: 100%;
    max-width: 150px;
}

/** -------------------------- TOPO SOLUÇÕES ------------------------- **/

.toposolucoes_background{
    background: rgb(10,0,34);
    background-image: linear-gradient(119deg, rgba(10,0,34,1) 36%, rgba(0,0,0,0) 100%), url("../img/bg_solucoes.jpg");
    background-size: cover;
    background-position: right 35% bottom 90%;
    padding: 80px 20px;
    display: flex;
    flex-direction: row;
    height: 500px;
}
.toposolucoes_titulos{
    width: 100%;
    max-width: 600px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin-left: -350;
}
.toposolucoes_titulos h1{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-wrap: balance;
}
.toposolucoes_titulos p{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 10px;
    text-wrap: balance;
}

/** -------------------------- TOPO SOLUÇÕES ------------------------- **/

.toposobre_background{
    background: rgb(10,0,34);
    background-image: linear-gradient(119deg, rgba(10,0,34,1) 36%, rgba(0,0,0,0) 100%), url("../img/bg_quemsomos.JPG");
    background-size: cover;
    background-position: right 0% bottom 50%;
    padding: 80px 20px;
    display: flex;
    flex-direction: row;
    height: 500px;


}





.toposobre_titulos{
    width: 100%;
    max-width: 600px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin-left: -280;
}
.toposobre_titulos h1{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-wrap: balance;
}
.toposobre_titulos p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
    text-wrap: balance;
}

/** -------------------------- SOLUCOES ------------------------- **/

.solucoes_background{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.solucoes_background h2{
    color: #292D38;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}
.solucoes_background p{
    color: #000212;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 50px;
}
.solucoes_textos{
    display: flex;
    flex-direction: row;
    margin: 30px 0;
    justify-content: center;
}
.solucoes_cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    width: 100%;
    max-width: 300px;
    padding: 60px 20px;
    margin: 0 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px #0000000D;
    border-radius: 15px;
    height: 508px;
}
.solucoes_cards img {
    width: 100%;
    max-width: 220px;
    margin-bottom: 30px;
}
.solucoes_cards p{
    color: #525662 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    padding-bottom: 30px !important;
    text-wrap: balance;
}
.solucoes_cards span{
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.solucoes_lista span{
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.solucoes_lista{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.solucoes_lista li{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.solucoes_cards a{
    color: #292D38;
    font-size: 14px;
    font-weight: 600;
    padding-top: 40px;
    text-decoration: none;
}
.solucoes_cards a:hover{
    text-decoration: underline;
}

/** -------------------------- TOPO QUEM SOMOS ------------------------- **/

.topoquemsomos_background{
    background-image: linear-gradient(90deg, #0A0022 0%, #0A0022 17%, #0A0022A5 28%, #5B5B5B00 100%), url("../img/bg_quemsomos.JPG");
    background-repeat: no-repeat;
    background-position: right 0% bottom 40%;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 500px;
}
.topoquemsomos_titulos{
    width: 100%;
    max-width: 600px;
}
.topoquemsomos_titulos h1{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.topoquemsomos_titulos p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

/** -------------------------- PRODUTOS COMP ------------------------- **/

.produtoscomp2_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 12%;
}
.produtoscomp2_background h2{
    color: #0756E4;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 20px;
}
.produtoscomp2_background p{
    color: #292D38;
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 50px;
}
.produtoscomp2_textos{
    display: flex;
    flex-direction: row;
}
.produtoscomp2_cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    width: 100%;
    max-width: 300px;
    padding: 60px 20px;
    margin: 0 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px #0000000D;
    border-radius: 15px;
}
.produtoscomp2_cards p{
    color: #525662;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 30px;
}
.produtoscomp2_cards span{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.produtoscomp2_lista span{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.produtoscomp2_lista{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.produtoscomp2_lista li{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.produtoscomp2_cards a{
    color: #292D38;
    font-size: 15px;
    font-weight: 600;
    padding-top: 40px;
    text-decoration: none;
}
.produtoscomp2_cards a:hover{
    text-decoration: underline;
}

/** -------------------------- QUEM SOMOS ------------------------- **/

.quemsomos_background{
    background-color: #280BA0;
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
    padding: 60px 20px;
}
.quemsomos_img{
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
}
.quemsomos_img img{
    width: 100%;
    max-width: 400px;
    margin: 0 30px 0 0;
}
.quemsomos_texto{
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    text-align: start;
    justify-content: center;
    height: 100%;
}
.quemsomos_texto h2{
    font-size: 30px;
    font-weight: 700;
    color: #12B0F6;
    margin-bottom: 10px;
}
.quemsomos_texto p{
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 22px;
}

/** -------------------------- SOBRE ------------------------- **/

.sobre_background{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.sobre_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sobre_texto{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 15%;
    padding-left: 20px;
    margin-top: 20px;
}
.sobre_texto h3{
    font-size: 40px;
    font-weight: 600;
    color: #0756E4;
    margin-bottom: 5px;
}
.sobre_texto span{
    font-size: 18px;
    font-weight: 300;
    color: #292d38;
    margin-top: 5px;
}
.sobre_video{
    width: 100%;
    margin: 80px 0;
}
.sobre_video iframe{
    border-radius: 27px;
}
.sobre_titulo span{
    font-size: 18px;
    font-weight: 200;
    color: #292D38;
}
.sobre_titulo h2{
    font-size: 30px;
    font-weight: 700;
    color: #0756E4;
    margin-bottom: 10px;
    margin-top: 20px;
}
.sobre_titulo p{
    font-size: 18px;
    font-weight: 300;
    color: #292D38;
    text-align: start;
    line-height: 22px;
}

/** -------------------------- TOPO OBRIGADO ------------------------- **/

.topoobrigado_background{
    background: rgb(10,0,34);
    background-image: linear-gradient(119deg, rgba(10,0,34,1) 36%, rgba(0,0,0,0) 100%), url("../img/bg_obrigado.jpg");
    background-size: cover;
    background-position: right 35% bottom 75%;
    padding: 200px 0 0 0;
    height: 500px;
    float: left;
}
.topoobrigado_titulos{
    width: 100%;
    display: inline-block;
}
.topoobrigado_titulos h1{
    color: #0756E4;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-wrap: balance;
}
.topoobrigado_titulos p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    text-wrap: balance;
}

/** -------------------------- TOPO CODIGOS ------------------------- **/

.topocodigos_background{
    background: rgb(10,0,34);
    background-image: linear-gradient(119deg, rgba(10,0,34,1) 36%, rgba(0,0,0,0) 100%), url("../img/topo_codigos.png");
    background-size: cover;
    background-position: right 35% bottom 75%;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    height: 500px;
}
.topocodigos_titulos{
    width: 100%;
    height: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left:100px;
    margin-top:50px;
}
.topocodigos_titulos h1{
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    text-wrap: balance;
}
.topocodigos_titulos p{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    text-wrap: balance;
    line-height: 19px;
}

/** -------------------------- 404 ------------------------- **/

.erro404_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
    padding: 80px 20px;
    color: #525662;
}
.erro404_img{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
}
.erro404_img img{
    max-width: 450px;
}
.erro404_titulos{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    float: left;
    justify-content: center;
}
.erro404_titulos h1{
    font-size: 200px;
    font-weight: 900;
    color: #160544;
    text-wrap: balance;
}
.erro404_titulos h2{
    font-size: 30px;
    font-weight: 700;
    color: #525662;
    margin-bottom: 20px;
    text-wrap: balance;
}
.erro404_titulos p{
    font-size: 20px;
    font-weight: 300;
    color: #525662;
    text-wrap: balance;
}

/** -------------------------- TOPO SUPORTE ------------------------- **/

.toposuporte_background{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 200px 20px;
}
.toposuporte_background h1{
    font-size: 30px;
    font-weight: 700;
    color: #292D38;
    margin-bottom: 10px;
    text-wrap: balance;
}
.toposuporte_background p{
    font-size: 18px;
    font-weight: 300;
    color: #292D38;
    margin-bottom: 10px;
    text-wrap: balance;
}

/** -------------------------- PRODUTOS ------------------------- **/

.produtos_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 20px;
}
.produtos_itens{
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.produtos_cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    height: 200px;
    margin: 30px 60px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px #7E828F;
    border-radius: 15px;
}
.produtos_cards img{
    max-width: 250px;
    margin-bottom: 20px;
}
.produtos_cards span{
    color: #000;
    margin-bottom: 30px;
}
.produtos_cards button{
    background-color: #0756E4;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 30px;
    box-shadow: 0px 15px 20px #00000029;
    border: 2px solid #0756E4;
    border-radius: 35px;
    cursor: pointer;
}
.produtos_cards button:hover{
    background-color: #FFFFFF;
    color: #0756E4;
    border: 2px solid #0756E4;
}

/** -------------------------- TOPO CONTATO ------------------------- **/

.topocontato_background{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 110px 20px 80px 20px;
}
.topocontato_background h1{
    font-size: 30px;
    font-weight: 700;
    color: #292D38;
    margin-bottom: 10px;
    text-wrap: balance;
  
}

.mdpcontatos{
width:250px;
margin-right: 1000;
margin-top: -70;
margin-bottom: 50px;
width: 500;

}

.mdpjuriscast{
    margin-top: 65px;
    margin-bottom: 35px;
    
    width: 100%;
}

.mdpemp{
    margin-left: -1000px;
    margin-top: 20px;
    margin-bottom: 80px;
    width: 500;
}

.mdpquemsomos{
    width: 650;
    height: 10px;
    margin-left: 50px;
    margin-top: -65;
    width: 500;

}

.mdpeducacao{
    margin-top: -55;
    margin-bottom: 165;
    
    width: 100%;
}

.mdpcg{
height:20px;
margin-top:40px;
width: 100%;
margin-left:-30px;

}
.mdpobg{
    height:20px;
    width:950px;
    margin-top:-70px;
    margin-left:30px;
    width: 500px;
}

.mdpacordos{   
    margin-right: 1000;
    margin-top: 20px;
    margin-bottom: 50;
    width: 500;
}

.mdpeventos{  

    margin-top: 100px;
    margin-bottom: 40px;
    width: 100%;}

.mdpmateriais{

    margin-top: 62;
    margin-bottom: 20;
    width: 100%;

}
.mdpsolucoes{
    margin-left: 50;
    width: 550px;
    margin-top: -60;
    width: 800;
}

.topocontato_background p{
    font-size: 18px;
    font-weight: 300;
    color: #292D38;
    margin-bottom: 10px;
    text-wrap: balance;
}

/** -------------------------- CONTATOS ------------------------- **/

.contatos_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 20px
}
.contatos_itens{
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.contatos_cards{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    padding: 30px;
    height: 250px;
    margin: 30px 60px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px #7E828F;
    border-radius: 15px;
}
.contatos_cards span{
    color: #000;
    margin-bottom: 30px;
}
.contatos_titulos{
    margin: 0 10px;
    text-align: start;
}
.contatos_titulos h2{
    font-size: 20px;
    font-weight: 700;
    color: #000212;
    margin-bottom: 10px;
}
.contatos_titulos p{
    font-size: 13px;
    font-weight: 300;
    color: #525662;
    margin-bottom: 10PX;
    line-height: 16px;
}
.contatos_titulos button{
    background-color: #0756E4;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 30px;
    box-shadow: 0px 15px 20px #00000029;
    border: 2px solid #0756E4;
    border-radius: 35px;
    cursor: pointer;
    margin-top: 18px;
}
.contatos_titulos button:hover{
    background-color: #FFFFFF;
    color: #0756E4;
    border: 2px solid #0756E4;
}
.contatos_img{
    width: 100%;
    margin: 0 20px 0 0;
}
.contatos_img img{
    max-width: 130px;
}
.contatos_titulo{
    text-align: center;
}
.contatos_titulo h2{
    color: #0756E4;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-wrap: balance;
}
.contatos_titulo p{
    color: #292D38;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    text-wrap: balance;
}

/** -------------------------- ENDEREÇO ------------------------- **/

.endereco_background{
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 50px 20px;
}
.endereco_titulos{
    padding: 10px;
    width: 50%;
    display: flex;
    flex-direction: column;
    float: left;
    height: 100%;
    justify-content: center;
}
.endereco_titulos span{
    font-size: 18px;
    font-weight: 300;
    color: #292D38;
    margin-bottom: 10px;
    text-wrap: balance;
}
.endereco_titulos h2{
    font-size: 30px;
    font-weight: 700;
    color: #280BA0;
    margin-bottom: 30px;
    text-wrap: balance;
}
.endereco_titulos p{
    font-size: 18px;
    font-weight: 300;
    color: #292D38;
    margin-bottom: 20px;
    text-wrap: balance;
}
.endereco_mapa{
    padding: 10px;
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    height: 100%;
    justify-content: center;
}

/** -------------------------- TOPO EMP ------------------------- **/

.topoemp_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 80px 20px 60px 20px;
}
.topoemp_background h1{
    color: #292D38;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.topoemp_background p{
    color: #000212;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    padding: 10px 10px 10px 0;
}
.topoemp_background span{
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 20px;
    text-wrap: balance;
}
.topoemp_background img{
    width: 100%;
    max-width: 800px;
}

/** -------------------------- PERCENTUAL EMP ------------------------- **/

.percentualemp_background{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 40px 20px 60px 20px;
}
.percentualemp_background h2{
    color: #292D38;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.percentualemp_background p{
    color: #000212;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    text-wrap: balance;
}
.percentualemp_div{
    width: 100%;
    text-align: center;
    display: inline-block;

}
.percentualemp_texto {
    display: inline-block;
    width: 25%;
    padding: 0 20px 0 20px;
    margin-top: 20px;
    border-left: 1px solid #0756E4;
    text-align: center;
}
    .percentualemp_texto:first-child {
        border-left: none;
    }
.percentualemp_texto h3{
    font-size: 40px;
    font-weight: 600;
    color: #0756E4;
    margin-bottom: 5px;
    text-wrap: balance;
}
.percentualemp_texto span{
    font-size: 18px;
    font-weight: 300;
    color: #292d38;
    margin-top: 5px;
    text-wrap: balance;
}

/** -------------------------- DETALHES 2 EMP ------------------------- **/

.detalhes2emp_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction:row;
    width: 100%;
    padding: 60px 0% 60px 0%;
}
.detalhes2emp_img{
    width: 50%;
    margin-right: 30px;
    margin-left:20px;
}
.detalhes2emp_img img{
    width: 100%;
    max-width: 700px;
   
}


.detalhes2emp_text{
    margin-left: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
    .detalhes2emp_text.texto-esquerda {
        padding-left: 10%;
    }
    .detalhes2emp_text.texto-direita {
        padding-right: 10%;
    }
.detalhes2emp_text span{
    color: #292D38;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 20px;
    text-wrap: balance;
}
.detalhes2emp_text h2{
    color: #000212;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    text-wrap: balance;
}
.detalhes2emp_text p{
    color: #292D38;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    text-wrap: balance;
    line-height: 22px;
}
.detalhes2emp_text button,
.detalhes2emp_text a{
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 37px;
    color: #FFFFFF;
    border: 2px solid #0756E4;
    background-color: #0756E4;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.detalhes2emp_text button:hover{
    color: #292d38;
    border: 2px solid #0756E4;
    background-color: #fff;
    cursor: pointer;
}

/** -------------------------- TRABALHE ------------------------- **/

.trabalhe_background{
    background-color: #280BA0;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0px 12% 0px 0%;
}
.trabalhe_img{
    width: 50%;
}
.trabalhe_img img{
    width: 100%;
    max-width: 700px;
}
.trabalhe_text{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.trabalhe_text h2{
    color: #12B0F6;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    text-wrap: balance;
}
.trabalhe_text p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    text-wrap: balance;
}
.trabalhe_text button{
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 37px;
    color: #FFFFFF;
    border: 2px solid #12B0F6;
    background-color: #12B0F6;
    cursor: pointer;
}
.trabalhe_text button:hover{
    color: #280BA0;
    border: 2px solid #FFF;
    background-color: #FFF;
    cursor: pointer;
}
/**--------------------------- VANTAGENS ACOR ------------------------ **/
.vantagensacor_background{
    background-color: #FFF;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    display: inline-block;
    width: 100%;
}
.vantagensacor_titulos{
    margin-top: 5px;
    width: 100%;
    display: flex;
    padding: 40px 20px 0 20px;
}
.vantagensacor_modulos{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #525662;
    margin: 0 10px;
    border: 2px solid #0756E4;
    width: 100%;
    max-width: 300px;
    height: 80px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.vantagensacor_moduloshover{
    padding: 15px 5px 40px 5px;
    width: 100%;
    display: flex;
    border-radius: 20px 20px 0px 0px;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin: 0 3px;
}
.vantagensacor_moduloshover:hover{
    background-color: #F0F3F4;
    .vantagensacor_modulos{
        background-color: #0756E4;
        color: #FFF;
    }
    .vantagensacor_info{
        display: none;
    }
    .vantagensacor_arrow{
        display: block;
    }
}
.vantagensacor_info{
    padding: 5px 10px;
    background-color: #0756E4;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    max-width: 120px;
    margin-top: -13px;
    box-shadow: 0px 15px 20px #00000029;
    border-radius: 27px;
}
.vantagensacor_arrow{
    color: #0756E4;
    font-size: 6px;
    font-weight: 700;
    padding: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -13px;
    display: none;
}
.vantagensacor_active{
    background-color: #F0F3F4;
    .vantagensacor_modulos{
        background-color: #0756E4;
        color: #FFF;
    }
    .vantagensacor_info{
        display: none;
    }
    .vantagensacor_arrow{
        display: block;
    }
}
.vantagensacor_vantagens{
    background-color: #F0F3F4;
    padding: 60px 12% 20px 12%;
    display: flex;
    flex-direction: row;
}
.vantagensacor_vantagens_buttons{
    float: left;
    margin: 0 10px;
    width: 26%;
    max-width: 300px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.vantagensacor_vantagens_buttons button{
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    border: 2px solid #0756E4;
    border-radius: 37px;
    background-color: #F0F3F4;
    color: #0756E4;
    cursor: pointer;
}
.vantagensacor_vantagens_buttons button:hover{
    background-color: #0756E4;
    color: #FFF;
}
.vantagensacor_vantagens_buttons_act{
    background-color: #0756E4 !important;
    color: #FFF !important;
}
.vantagensacor_botao{
    background-color: #F0F3F4;
    width: 100%;
    padding: 30px 12% 60px 12%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.vantagensacor_botao button,
.vantagensacor_botao a{
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 37px;
    color: #FFF;
    border: 2px solid #0756E4;
    background-color: #0756E4;
    cursor: pointer;
    text-decoration: none;
}
.vantagensacor_botao button:hover{
    color: #0756E4;
    border: 2px solid #0756E4;
    background-color: #F0F3F4;
    cursor: pointer;
}
.vantagensacor_vantagens_content{
    display: flex;
    flex-direction: column;
    text-align: start;
    margin:10 20px;
    width: 68%;
    float: left;
}
.vantagensacor_vantagens_content h2{
    font-size: 34px;
    font-weight: 700;
    color: #000212;
    margin-bottom: 20px;
}
.vantagensacor_vantagens_content p{
    font-size: 19px;
    font-weight: 300;
    color: #292D38;
    margin: 10 0px;
    line-height:22px;
}
.vantagensacor_vantagens_img{
    margin: 0 10px;
    width: 33%;
    float: left;
    display: flex;
    align-items: center;
}
.vantagensacor_vantagens_img img{
    width: 100%;
    max-width: 364px;
    margin-left: 40px;
}



/** -------------------------- VANTAGENS EMP ------------------------- **/

.vantagensemp_background{
    background-color: #FFF;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    display: inline-block;
    width: 100%;
}
.vantagensemp_titulos{
    margin-top: 5px;
    width: 100%;
    display: flex;
    padding: 40px 20px 0 20px;
}


.vantagensemp_modulos{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #525662;
    margin: 0 10px;
    border: 2px solid #0756E4;
    width: 100%;
    max-width: 300px;
    height: 80px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.vantagensemp_moduloshover{
    padding: 15px 5px 40px 5px;
    width: 100%;
    display: flex;
    border-radius: 20px 20px 0px 0px;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin: 0 3px;
}
.vantagensemp_moduloshover:hover{
    background-color: #F0F3F4;
    .vantagensemp_modulos{
        background-color: #0756E4;
        color: #FFF;
    }
    .vantagensemp_info{
        display: none;
    }
    .vantagensemp_arrow{
        display: block;
    }
}
.vantagensemp_info{
    padding: 5px 10px;
    background-color: #0756E4;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    max-width: 120px;
    margin-top: -13px;
    box-shadow: 0px 15px 20px #00000029;
    border-radius: 27px;
}
.vantagensemp_arrow{
    color: #0756E4;
    font-size: 6px;
    font-weight: 700;
    padding: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -13px;
    display: none;
}
.vantagensemp_active{
    background-color: #F0F3F4;
    .vantagensemp_modulos{
        background-color: #0756E4;
        color: #FFF;
    }
    .vantagensemp_info{
        display: none;
    }
    .vantagensemp_arrow{
        display: block;
    }
}
.vantagensemp_vantagens{
    background-color: #F0F3F4;
    padding: 60px 12% 20px 12%;
    display: flex;
    flex-direction: row;
}
.vantagensemp_vantagens_buttons{
    float: left;
    margin: 0 10px;
    width: 100%;
    max-width: 350px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.vantagensemp_vantagens_buttons button{
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    border: 2px solid #0756E4;
    border-radius: 37px;
    background-color: #F0F3F4;
    color: #0756E4;
    cursor: pointer;
}
.vantagensemp_vantagens_buttons button:hover{
    background-color: #0756E4;
    color: #FFF;
}
.vantagensemp_vantagens_buttons_act{
    background-color: #0756E4 !important;
    color: #FFF !important;
}
.vantagensemp_botao{
    background-color: #F0F3F4;
    width: 100%;
    padding: 30px 12% 60px 12%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.vantagensemp_botao button,
.vantagensemp_botao a{
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 37px;
    color: #FFF;
    border: 2px solid #0756E4;
    background-color: #0756E4;
    cursor: pointer;
    text-decoration: none;
}
.vantagensemp_botao button:hover{
    color: #0756E4;
    border: 2px solid #0756E4;
    background-color: #F0F3F4;
    cursor: pointer;
}
.vantagensemp_vantagens_content{
    display: flex;
    flex-direction: column;
    text-align: start;
    margin:0 20px;
    width: 33%;
    float: left;
}
.vantagensemp_vantagens_content h2{
    font-size: 34px;
    font-weight: 700;
    color: #000212;
    margin-bottom: 20px;
}
.vantagensemp_vantagens_content p{
    font-size: 19px;
    font-weight: 300;
    color: #292D38;
    margin: 10 0px;
    line-height:22px;
}
.vantagensemp_vantagens_img{
  margin-top:-400px;
    width: 35%;
    float: right;
    display: flex;
    align-items: center;
}
.vantagensemp_vantagens_img img{
    width: 100%;
    max-width: 364px;
    margin-left: 40px;
}

/** -------------------------- TERMOS ACORDOS ------------------------- **/

.termosacordos_background{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}

.termosacordos_background p{
    color: #292D38;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    text-wrap: balance;
}
.termosacordos_background h2{
    font-size: 30px;
    font-weight: 700;
    color: #292D38;
    margin-bottom: 20px;
    text-wrap: balance;
}
.termosacordos_background h1{
    color: #000212;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 10px;
    text-wrap: balance;
}
.termosacordos_background span{
    color: #000212;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    text-wrap: balance;
}

/** -------------------------- PRIVACIDADE ------------------------- **/

.privacidade_background{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}

.privacidade_background p{
    color: #292D38;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 20px;
    text-wrap: balance;
}
.privacidade_background strong {
    font-weight: bold;
}
.privacidade_background h2{
    font-size: 30px;
    font-weight: 700;
    color: #292D38;
    margin-bottom: 20px;
    text-wrap: balance;
}
.privacidade_background h3{
    font-size: 20px;
    font-weight: 600;
    color: #292D38;
    margin-bottom: 10px;
    text-wrap: balance;
}
.privacidade_background h4{
    font-size: 18px;
    font-weight: 600;
    color: #292D38;
    margin-bottom: 10px;
    text-wrap: balance;
}
.privacidade_background h1{
    color: #000212;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 20px;
    text-wrap: balance;
    margin-top:100px;
}
.privacidade_background span{
    color: #000212;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    text-wrap: balance;
}

/** -------------------------- TABLE ------------------------- **/

.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #000000;
    padding: 5px;
}

.table_component td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
}

/** -------------------------- TESTE EMP ------------------------- **/

.testeemp_background{
    background-color: #0756E4;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.testeemp_background h2{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.testeemp_background p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    text-wrap: balance;
}
.testeemp_background button,
.testeemp_background a {
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 37px;
    color: #0756E4;
    border: 2px solid #FFF;
    background-color: #FFF;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.testeemp_background button:hover{
    color: #FFF;
    border: 2px solid #FFF;
    background-color: #0756E4;
    cursor: pointer;
}

.cta-topo {
    color: #00B600;
    border: 1px solid #00B600;
    padding: 15px 20px;
    border-radius: 30px;
    margin: -15px 0 0 0;
    margin: 0 0 0 20px;
    background: #00B600;
    color: #fff;
    transition: all .3s;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin: 20px 0 30px 0;
}

.cta-link {
    text-decoration: underline;
    color: #0756E4;
}

.topoadv_background .input {width:300px;margin-left:200px;}
.topo_adv_background .actions {width:300px; float:right; margin-right:250px; margin-top: -48; margin-right: 180;;}

.hs-button {
    color: #00B600;
    border: 1px solid #00B600;
    border-radius: 30px;
    background: #00B600;
    color: #fff;
    width: 300px;
}

.hs-input{
width:500px;

}




    .cta-topo.cta-azul {
        background-color: #0756E4;
        border-color: #0756E4;
    }


   
    .form-cta-azul button {
        background: #0756E4;
        border-color: #0756E4;
    }
    .formcta button:hover {
        background: #fff;
        color: #00B600;
    }


/** -------------------------- MATERIAIS && JURISCAST CONTEUDO && EVENTOS CONTEUDO ------------------------- **/

.materiais_background{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px 0 20px;
}
.materiais_background h2{
    font-size: 30px;
    font-weight: 700;
    color: #292D38;
    margin-bottom: 20px;
    text-wrap: balance;
}
.materiais_background strong{
    color: #0756E4;
}
.materiais_borda{
    width: 100%;
    border: 1px solid #00000029;
}
.materiais_conteudo{
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    text-align: start;
    width: 100%;
}
.materiais_filtrar{
    color: #292D38;
    width: 100%;
    max-width: 250px;
    margin-right: 20px;
}
.materiais_filtrar h3{
    font-size: 26px;
    font-weight: 600;
    color: #292D38;
    margin-bottom: 20px;
    text-wrap: balance;
}
.materiais_filtros{
    width: 100%;
    border: 1px solid #95989A;
    padding: 30px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 28px;
}
.materiais_filtros_opt{
    border-bottom: 1px solid #95989A;
    margin-bottom: 20px;
}
.materiais_filtros_opt h3{
    font-size: 26px;
    font-weight: 600;
    color: #292D38;
    margin-bottom: 20px;
    cursor: pointer;
    text-wrap: balance;
}
.materiais_itens_conteudo{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.materiais_itens{
    color: #292D38;
    width: 100%;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 300px;
}
.materiais_item{
    width: 100%;
    max-width: 400px;
    margin: 0 20px 40px 20px;
    background-color: #E6E6E6;
    padding: 20px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
}
.materiais_item_img, .cases_item_img{
    display: flex;
    justify-content: center;
}
.cases_item_img img{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.materiais_item_img img{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.materiais_item h4{
    font-size: 18px;
    font-weight: 500;
    color: #525662;
    margin: 20px 0;
    cursor: pointer;
    text-wrap: balance;
}
.materiais_item span{
    font-size: 11px;
    font-weight: 400;
    color: #E6E6E6;
    background-color: #12B0F6;
    cursor: pointer;
    width: 100%;
    max-width: 120px;
    text-align: center;
    padding: 5px 20px;
    border-radius: 7px;
    position: absolute;
    margin-top: 3px;
    text-wrap: balance;
}
.materiais_item p{
    font-size: 14px;
    font-weight: 300;
    color: #525662;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 18px;
}
.materiais_btn{
    display: flex;
    justify-content: center;
    margin: 20px 0;
    height: 100%;
    align-items: flex-end;
}
.materiais_btn button{
    background-color: #0756E4;
    color: #E6E6E6;
    border: 1px solid #0756E4;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 35px;
    box-shadow: 0px 15px 20px #00000029;
    cursor: pointer;
}


.paginationmat {
    text-align: center; 
    margin-top: 1020px; 
    margin-bottom: 20px; 
    margin-left: -875px;
}


.paginationmat a {
    display: inline-block; 
    padding: 10px 15px; 
    margin: 0 5px; 
    color: #000000bd; 
    text-decoration: none; 
    border-radius: 5px; 
    border: 1px solid #007bff; 
    font-size: 16px; 
    transition: background-color 0.3s, color 0.3s; 
    font-weight: bold; 
    margin-top:40px;
    background-color: #f1f1f1;
}


.paginationmat a.active {
    background-color: lightblue;
    color: #fff;
    border: 1px solid lightblue;
}


.paginationmat a:hover {
    background-color: #ddd;
}




.paginationmat a:first-child {
    margin-left: 0; 
}

.paginationmat a:last-child {
    margin-right: 0; 
}



.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.pagination a {
    display: inline-block; 
    padding: 10px 15px; 
    margin: 0 5px; 
    color: #000000bd; 
    text-decoration: none; 
    border-radius: 5px; 
    border: 1px solid #007bff; 
    font-size: 16px; 
    transition: background-color 0.3s, color 0.3s; 
    font-weight: bold; 
    margin-top:40px;
    background-color: #f1f1f1;
}
.pagination a.active {
    background-color: lightblue;
    color: #fff;
    border: 1px solid lightblue;
}
.pagination a:hover {
    background-color: #ddd;
}

/** -------------------------- NOVIDADES PORTAL ------------------------- **/

.novidadesportal_background{
    background-color:#F0F3F4;
    display: flex;
    width: 100%;
    padding: 60px 20px;
}
.novidadesportal_background h2{
    font-size: 30px;
    font-weight: 700;
    color: #292D38;
    margin-bottom: 20px;
    text-wrap: balance;
}
.novidadesportal_background strong{
    color: #0756E4;
}
.novidadesportal_card_img img{
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.novidadesportal_card{
    background-color: #E6E6E6;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 5px 5px;
    height: auto;
    max-height: 207px;
}
.novidadesportal_card_text{
    padding: 20px;
}
.novidadesportal_card_meta{
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #B4B4B4;
}
.novidadesportal_card_title{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #525662;
    text-align: start;
    text-wrap: balance;
}
.novidadesportal_card_desc{
    margin-top: 20px;
    font-size: 13px;
    line-height: 13px;
    color: #525662;
    text-align: start;
    text-wrap: balance;
    height:45px;
}
.novidadesportal_card_footer{
    text-align: start;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #525662;
    font-weight: 600;
    padding: 20px;
    height: 100%;
    text-wrap: balance;
}
.novidadesportal_card_footer img{
    margin: 0 10px 0 0;
}

/** CAROUSEL **/

.novidadesportal_carousel {
    float: left; 
    padding: 15px; 
    width: 100%;
    position:relative;
    margin-top: 30px;
}
.novidadesportal_carousel .novidadesportal_carousel-inner {
    transition: 1s ease all; 
    float: left; 
    display: flex; 
    align-items: flex-start;
    margin: 0 5px;
    
}
.novidadesportal_carousel .novidadesportal_carousel-inner .item {
    float: left;
    margin: 0 10px;
    cursor: pointer;
   
}
.novidadesportal_carousel .novidadesportal_left, .novidadesportal_carousel .novidadesportal_right {
    position:absolute;
    border-radius:50%;
    top:calc(50% - 20px);
    margin-top: 30px;
    
}
.novidadesportal_carousel .novidadesportal_left {
    left:-10;
    color: #0756E4;
    border: none;
    background-color: #FFFFFF00;
    cursor: pointer;
    font-size: 60px;
    margin-right: 30px;
}
.novidadesportal_carousel .novidadesportal_right {
    right:-22;
    color: #0756E4;
    border: none;
    background-color: #FFFFFF00;
    cursor: pointer;
    font-size: 60px;
    margin-left: 30px;
}
.novidadesportal_carousel .novidadesportal_left.over, .novidadesportal_carousel .novidadesportal_right.over {
    pointer-events: none;
    color: #92B3ED;
}
.novidadesportal_img{
    width: 100%;
    max-width: 150px;
}

/** -------------------------- DEPOIMENTOS ------------------------- **/

.depoimentos_background{
    background-color: #fff;
    display: flex;
    width: 100%;
    padding: 60px 20px;
}
.depoimentos_background h2{
    font-size: 30px;
    font-weight: 700;
    color: #292D38;
    margin-bottom: 20px;
    text-wrap: balance;
}
.depoimentos_background strong{
    color: #0756E4;
}
.depoimentos_conteudo{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.depoimentos_img{
    display: flex;
    align-items: center;
    width: 25%;
}
.depoimentos_img img{
    width: 100%;
    max-width: 120px;
}
.depoimentos2_img{
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: center;
}
.depoimentos2_img img{
    width: 100%;
    max-width: 80px;
}
.depoimentos_texto{
    display: flex;
    color: #292D38;
    font-size: 16px;
    width: 100%;
    text-align: start;
    align-items: center;
    text-wrap: balance;
}
.depoimentos_topo{
    display: flex;
}
.depoimentos_texto p{
    margin-top: 10px;
}
.depoimentos_texto i{
    font-size: 28px;
    color: #0756E4;
    transform: scale(-1);
    margin-top: -37px;
}
.depoimentos_footer{
    font-size: 14px;
    font-weight: 600;
    color: #292D38;
    display: flex;
    margin: 20px 30px 0 0;
    justify-content: flex-end;
}
/** CAROUSEL **/

.depoimentos_carousel {
    float: left; 
    overflow: hidden; 
    padding: 15px; 
    width: 100%;
    position:relative;
    margin-top: 30px;
}
.depoimentos_carousel .depoimentos_carousel-inner {
    transition: 1s ease all; 
    float: left;
    display: flex; 
    margin: 0 50px;
}
.depoimentos_carousel .depoimentos_carousel-inner .item {
    float: left;
    margin: 0 150px 0 80px;
    cursor: pointer;
    display: flex;
}
.depoimentos_carousel .depoimentos_left, .depoimentos_carousel .depoimentos_right {
    position:absolute;
    border-radius:50%;
    top:calc(50% - 20px);
}
.depoimentos_carousel .depoimentos_left {
    left:0;
    color: #0756E4;
    border: none;
    background-color: #FFFFFF00;
    cursor: pointer;
    font-size: 60px;
    margin-right: 30px;
}
.depoimentos_carousel .depoimentos_right {
    right:0;
    color: #0756E4;
    border: none;
    background-color: #FFFFFF00;
    cursor: pointer;
    font-size: 60px;
    margin-left: 30px;
}
.depoimentos_carousel .depoimentos_left.over, .depoimentos_carousel .depoimentos_right.over {
    pointer-events: none;
    color: #92B3ED;
}

/** -------------------------- CASOS DE USO ------------------------- **/

.agenda_background{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 60px 20px;
    display: none;
}
.agenda_texto{
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.agenda_texto h2{
    color: #292D38;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    text-wrap: balance;
}
.agenda_texto span{
    color: #000212;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
    text-wrap: balance;
}
.agenda_conteudo{
    display: flex;
    margin-top: 30px;
}
.agenda_item{
    color: #0A0022;
    width: 25%;
    padding: 20px;
    text-wrap: balance;
}
.agenda_data{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.agenda_data h3{
    font-size: 55px;
    font-weight: 800;
    text-wrap: balance;
}
.agenda_data span{
    font-size: 20px;
    font-weight: 400;
    text-wrap: balance;
    margin-left: 10px;
}
.agenda_desc h4{
    color: #0756E4;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-wrap: balance;
}
.agenda_desc p{
    color: #0A0022;
    font-size: 16px;
    text-wrap: balance;
    margin-bottom: 15px;
}
.agenda_desc a{
    color: #12B0F6;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}
.agenda_hr{
    border: 1px solid rgb(190, 190, 190);
    border-radius: 10px;
}
.agenda_rgt{
    border-right: 2px solid rgb(190, 190, 190);
}
.agenda_botao{
    display: flex;
    justify-content: center;
    
}
.agenda_botao button,
.agenda_botao a {
    font-size: 20px;
    margin-top: 40px;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    background-color: #0756e4;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.agenda_botao button:hover{
    color: #fff;
    background-color: #160544;
    transition: all .3s;
}

/** -------------------------- DETALHES ACOR ------------------------- **/

.detalhesacor_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.detalhesacor_background h2{
    color: #292d38;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    text-wrap: balance;
}
.detalhesacor_buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.detalhesacor_buttons button{
    margin: 0 20px;
    width: 100%;
    max-width: 300px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 37px;
}

.detalhesacor_ativo{
    color: #FFFFFF;
    border: 2px solid #0756E4;
    background-color: #0756E4;
    cursor: pointer;
}
.detalhesacor_ativo:hover{
    color: #FFFFFF;
    border: 2px solid #0756E4;
    background-color: #0756E4;
    cursor: pointer;
}
.detalhesacor_inativo{
    color: #292d38;
    border: 2px solid #0756E4;
    background-color: #F0F3F4;
    cursor: pointer;
}
.detalhesacor_inativo:hover{
    color: #FFFFFF;
    border: 2px solid #0756E4;
    background-color: #0756E4;
    cursor: pointer;
}
.detalhesacor_img{
    background-color: #34c2ff27;
    border-radius: 20px;
    padding: 60px 80px 0px 80px;
    margin-bottom: 30px;
}
.detalhesacor_img img{
    width: 100%;
    max-width: 800px;
}
.detalhesacor_text{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}
.detalhesacor_detalhes{
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 0 30px;
}
.detalhesacor_detalhes h3{
    color: #000212;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    text-wrap: balance;
}
.detalhesacor_detalhes p{
    color: #292D38;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 50px;
    text-wrap: balance;
    line-height:20px;
}
.detalhesacor_btnteste{
    color: #FFFFFF;
    border: 2px solid #0756E4;
    background-color: #0756E4;
    cursor: pointer;
}
.detalhesacor_btnteste:hover{
    color: #292d38;
    border: 2px solid #0756E4;
    background-color: #F0F3F4;
    cursor: pointer;
}

/** -------------------------- DETALHES 2 EMP ------------------------- **/

.detalhes3cont_background{
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 60px 0% 60px 0%;
    
}
.detalhes3cont_img{
    width: 50%;
}
.detalhes3cont_img img{
    width: 100%;
    max-width: 700px;
}
.detalhes3cont_text{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: right;
    margin-left: 50px;
}
.detalhes3cont_text span{
    color: #292D38;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    text-wrap: balance;
}
.detalhes3cont_text h2{
    color: #000212;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    text-wrap: balance;
}
.detalhes3cont_text p{
    color: #292D38;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    text-wrap: balance;
    line-height: 22px;
}
.detalhes3cont_text button,
.detalhes3cont_text a {
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 37px;
    color: #FFFFFF;
    border: 2px solid #0756E4;
    background-color: #0756E4;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.detalhes3cont_text button:hover{
    color: #292d38;
    border: 2px solid #0756E4;
    background-color: #fff;
    cursor: pointer;
}

/** -------------------------- PRODUTOS COMP OFC ------------------------- **/

.produtoscompofc_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.produtoscompofc_background strong{
    color: #0756E4;
}
.produtoscompofc_background h2{
    color: #292D38;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 20px;
}
.produtoscompofc_background p{
    color: #000212;
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 50px;
   
}
.produtoscompofc_textos{
    display: flex;
    flex-direction: row;
}
.produtoscompofc_cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    width: 100%;
    max-width: 300px;
    padding: 60px 20px;
    margin: 0 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px #0000000D;
    border-radius: 15px;
}
.produtoscompofc_cards p{
    color: #525662;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 30px;
}
.produtoscompofc_cards span{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.produtoscompofc_lista span{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.produtoscompofc_lista{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.produtoscompofc_lista li{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.icn{
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
}
.produtoscompofc_cards a{
    color: #292D38;
    font-size: 15px;
    font-weight: 600;
    padding-top: 40px;
    text-decoration: none;
}
.produtoscompofc_cards a:hover{
    text-decoration: underline;
}

/** CAROUSEL **/

.produtoscomp_carousel {
    float: left; 
    overflow: hidden; 
    padding: 15px; 
    width: 100%;
    position:relative;
    margin-top: 30px;
}
.produtoscomp_carousel .produtoscomp_carousel-inner {
    transition: 1s ease all; 
    float: left; 
    display: flex; 
    align-items: flex-start;
    margin: 0 10px;
}
.produtoscomp_carousel .produtoscomp_carousel-inner .item {
    float: left;
    margin: 0 30px;
    cursor: pointer;
}
.produtoscomp_carousel .produtoscomp_left, .produtoscomp_carousel .produtoscomp_right {
    position:absolute;
    border-radius:50%;
    top:calc(50% - 20px);
}
.produtoscomp_carousel .produtoscomp_left {
    left:0;
    color: #0756E4;
    border: none;
    background-color: #FFFFFF00;
    cursor: pointer;
    font-size: 1px;
    margin-right: 30px;
}
.produtoscomp_carousel .produtoscomp_right {
    right:0;
    color: #0756E4;
    border: none;
    background-color: #FFFFFF00;
    cursor: pointer;
    font-size: 1px;
    margin-left: 29px;
}
.produtoscomp_carousel .produtoscomp_left.over, .produtoscomp_carousel .produtoscomp_right.over {
    pointer-events: none;
    color: #92B3ED;
}
.produtoscomp_img{
    width: 100%;
    max-width: 150px;
}

/** -------------------------- EDUCACAO ------------------------- **/

.educacao_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 100px 20px 60px 20px;
}
.educacao_img{
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.educacao_img img{
    max-width: 200px;
}
.educacao_textos{
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
}
.educacao_textos h1{
    color: #000212;
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 20px;
    text-wrap: balance;
}
.educacao_textos p{
    color: #6A6A6A;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-wrap: balance;
    line-height: 22px;
    margin-top: -6px;
}

/** -------------------------- CURSOS EDUCACAO ------------------------- **/

.cursosedu_background{
    background-color: #F0F3F4;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 60px 20px 60px 20px;
}
.cursosedu_texto{
    text-align: center;
}
.cursosedu_texto h2{
    color: #000212;
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 20px;
    text-wrap: balance;
}
.cursosedu_texto strong{
    color: #CA299D;
}
.cursosedu_cursos{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.cursosedu_cursos2{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-left:125px;
}

.cursosedu_item{
    width: 25%;
    padding: 15px;
    margin-top: 20px;
}
.cursosedu_item_img{
    position: relative;
    z-index: 1;
}
.cursosedu_item_img img{
    max-width: 100%;
}
.cursosedu_item_conteudo{
    position: relative;
    background-color: #E6E6E6;
    border-radius: 0px 0px 18px 18px;
    margin-top: -15px;
    z-index: 2;
    padding: 20px;
    min-height: 100px;
}
.cursosedu_item_conteudo h3{
    color: #525662;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.cursosedu_item_conteudo span{
    color: #525662;
    font-size: 12px;
    font-weight: 300;
    text-wrap: balance;
}
.cursosedu_btn{
    display: flex;
    justify-content: center;
}
.cursosedu_btn a{
    font-size: 20px;
    margin-top: 30px;
    color: #CA299D;
    font-weight: 500;
    padding: 12px 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 15px 20px #00000029;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.cursosedu_btn a:hover{
    color: #fff;
    background-color: #CA299D;
    transition: all .3s;
}

/** -------------------------- EDUCACAO SOBRE ------------------------- **/

.educacaosobre_background{
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.educacaosobre_textos{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.educacaosobre_titulo{
    width: 40%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.educacaosobre_titulo h2{
    color: #000212;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.educacaosobre_titulo p{
    color: #292D38;
    font-size: 18px;
    font-weight: 400;
    text-wrap: balance;
}
.educacaosobre_desc{
    width: 30%;
    padding: 0 20px;
    line-height: 16px;
}
.educacaosobre_desc h2{
    color: #CA299D;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.educacaosobre_desc p{
    color: #292D38;
    font-size: 14px;
    font-weight: 400;
    text-wrap: balance;
}

/** -------------------------- BENEFICIOS HEROES ------------------------- **/

.beneficiosheroes_background{
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.beneficiosheroes_textos{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.beneficiosheroes_titulo{
    width: 40%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.beneficiosheroes_titulo h2{
    color: #000212;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
    text-wrap: balance;
}
.beneficiosheroes_titulo p{
    color: #292D38;
    font-size: 18px;
    font-weight: 400;
    text-wrap: balance;
    line-height: 20px;
}
.beneficiosheroes_desc{
    width: 30%;
    padding: 0 20px;
}
.beneficiosheroes_desc h2{
    color: #0756E4;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.beneficiosheroes_desc p{
    color: #292D38;
    font-size: 14px;
    font-weight: 400;
    text-wrap: balance;
    line-height:20px;
}

/** -------------------------- SOBRE HEROES ------------------------- **/

.sobreheroes_background{
    background: #00157B;
    background-image: url("../img/bg_azul_heroes.svg");
    background-size: cover;
    background-position: right 30% bottom 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.sobreheroes_textos{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.sobreheroes_titulo{
    width: 50%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sobreheroes_titulo h2{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.sobreheroes_titulo p{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-wrap: balance;
}
.sobreheroes_desc{
    width: 50%;
    padding: 0 20px;
}
.sobreheroes_desc h2{
    color: #CA299D;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.sobreheroes_desc p{
    color: #FFF;
    font-weight: 300;
    text-wrap: balance;
    line-height: 20px;
    margin-bottom:8px;
}

/** -------------------------- TESTE EDUCACAO ------------------------- **/

.testeedu_background{
    background: rgb(250,70,127);
    background: linear-gradient(119deg, rgba(250,70,127,1) 0%, rgba(248,81,76,1) 21%, rgba(147,69,203,1) 98%);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.testeedu_background h2{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.testeedu_background p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    text-wrap: balance;
}
.testeedu_background button{
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 37px;
    color: #FD5247;
    border: 2px solid #FFF;
    background-color: #FFF;
    cursor: pointer;
}
.testeedu_background button:hover{
    color: #FD5247;
    border: 2px solid #e0e0e0;
    background-color: #e0e0e0;
    cursor: pointer;
}

/** -------------------------- TESTE HEROES ------------------------- **/

.testehero_background{
    background-color: #000B68;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 20px;
}
.testehero_background h2{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    text-wrap: balance;
}
.testehero_background p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    text-wrap: balance;
}
.testehero_background button{
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 37px;
    color: #0756E4;
    border: 2px solid #FFF;
    background-color: #FFF;
    cursor: pointer;
}
.testehero_background button:hover{
    color: #0756E4;
    border: 2px solid #e0e0e0;
    background-color: #e0e0e0;
    cursor: pointer;
}

.cta-heroes {
    margin-top: 40px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 37px;
    color: #0756E4;
    border: 2px solid #FFF;
    background-color: #FFF;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: 350px;
    text-align: center;

}
.cta-heroes:hover{
    color: #0756E4;
    border: 2px solid #e0e0e0;
    background-color: #e0e0e0;
    cursor: pointer;
}

/** -------------------------- TOPO SOLUÇÕES ------------------------- **/

.topocom_background{
    background: rgb(10,0,34);
    background-image: linear-gradient(119deg, rgba(10,0,34,1) 36%, rgba(0,0,0,0) 100%), url("../img/bg_heroes.png");
    background-size: cover;
    background-position: right 0% bottom 100%;
    padding: 80px 20px;
    display: flex;
    flex-direction: row;
    height: 500px;
    margin-top:100px
}
.topocom_titulos{
    width: 100%;
    max-width: 600px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.topocom_titulos h1{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-wrap: balance;
}
.topocom_titulos p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    text-wrap: balance;
    line-height: 24px;
}

.loading {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.circ-fora {
    border: 6px solid #3babe2;
    width: 60px;
    height: 60px;
    background: none;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 90px;
    transition: .3s;
}
    .anima.loading .circ-fora {
        border: 5px solid #3259a6;
    }
.circ-dentro {
    border: 6px solid #3259a6;
    width: 40px;
    height: 40px;
    background: none;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 10px 0 0 10px;
    border-radius: 90px;
    transition: .3s;
}
    .anima.loading .circ-dentro {
        border: 8px solid #3babe2;
    }

.quadrado {
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
    margin: 32px 0 0 0;
}
.seta {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 38px 0 0 1px;
    width: 22px;
    height: 22px;
    border-left: 6px solid #3259a6;
    border-top: 6px solid #3babe2;
    transform: rotate(90deg);
    transition: .5s;
}
    .anima.loading .seta {
        transform: rotate(450deg);
    }

.loading .texto {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    margin: 70px 0 0 -10px;
}

.faixa-vantagens {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 60px 0px 0 0px;
}
    .faixa-vantagens h3 {
        font-size: 34px;
        line-height: 34px;
        font-weight: 700;
        display: inline-block;
        width: 100%;
        padding: 0 0 20px 0;
        text-wrap: balance;
    }
    .faixa-vantagens p {
        font-size: 16px;
        line-height: 24px;
        text-wrap: balance;
    }
    .faixa-vantagens .centraliza {
        width: 100%;
        max-width: 750px;
    }
    .faixa-vantagens h3 strong {
        color: #0756E4;
    }

.legenda-video {
    display: inline-block;
    width: 100%;
    text-align: center;
    clear: both;
    color: #000212;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    padding: 10px 0 20px 0;
}

.bt-com-link {
    color: #000212;
}
    .bt-com-link .link-texto {
        color: #000212;
    }

.janela-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 1s;
    display: none;
    z-index: 9990;
}
    .janela-bg.ativo {
        opacity: .5;
        display: block;
    }

.janela-direita {
    position: fixed;
    z-index: 9999;
    top: 4%;
    left: -650px;
    width: 650px;
    height: auto;
    max-height: 92%;
    border-radius: 5px;
    background: rgba(240,243,244,1);
    padding: 25px;
    color: #000;
    transition: all 1s;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid #333;

    display: none;
    left: 50%;
    margin: 0 0 0 -300px;
}
    .janela-direita.ativo {
        left: 50%;
        margin: 0 0 0 -300px;
    }
.janela-direita p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 0 0 25px 0;
}
.janela-direita strong {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    padding: 0 0 15px 0;
}
.janela-fechar {
    position: absolute;
    top: 30px;
    right: 30px;
    border: 2px solid #333;
    border-radius: 90px;
    width: 34px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}



.coluna-topo-esquerda {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 15px 0 0;
    line-height: 26px;
}
    .coluna-topo-esquerda ul {
        color: #000212;
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        padding: 10px 0;
        list-style: disc;
        padding: 0 0 0 20px;
    }
        .coluna-topo-esquerda li {
            list-style: disc;
            padding: 0 0 10px 0;
        }
.coluna-topo-direita {
    float: right;
    width: 50%;
    overflow-x: hidden
}

.video-topo {
    border: 2px solid #ddd;
}

.faixa-opcoes {
    float: left;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    line-height: 22px;
    color: #000212;
}

.sidebar-blog {
    float: right;
    width: 30%;
    padding: 20px 0 0 0;
    position: relative;
}
.fixa-blog {
    position: static;
    top: 0;
    left: 0;
    transition: all .8s;
}
    .fixa-blog.fixed {
        position: fixed;
        top: 180px;
    }


.cta-news {
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #201b40;
    color: #fff;
    padding: 15px;
}
    .cta-news strong {
        float: left;
        padding: 0 0 25px 0;
    }
    .cta-news label {
        display: none;
    }
    .cta-news input.hs-input {
        padding: 10px !important;
    }
    .cta-news input.hs-button {
        background-color: #0756E4;
        color: #fff;
        padding: 10px 25px;
        font-size: 18px;
        border: none;
        font-weight: 500;
        border-radius: 10px;
        margin: 5px 0 0 0;
    }

.sidebar-banners {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.sidebar-banners img {
    max-width: 100%;
    transition: all .5s;
}
.sidebar-banners a {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 10px 0;
}
    .sidebar-banners a:hover img {
        max-width: 200%;
    }

.faixa-blog {
    float: left;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #292D38;
    padding: 0 0 50px 0;
}


.miolo-blog {
    float: left;
    width: 70%;
    padding: 0 40px 400px 0;
}
    .miolo-blog img {
        max-width: 100%;
        border-radius: 10px;
    }



.faixa-blog h2 {
    font-size: 30px;
    font-weight: 300;
    color: #0756E4;
    float: left;
    width: 100%;
    padding: 50px 0 10px 0;
    clear: both;
}
.faixa-blog h1 {
    font-size: 60px;
    line-height: 62px;
    font-weight: 300;
    color: #000212;
    padding: 30px 0;
    float: left;
    width: 100%;
}


.faixa-blog h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0756E4;
    float: left;
    width: 100%;
    padding: 30px 0 10px 0;
}
.faixa-blog a:visited,
.faixa-blog a {
    color: #333;
}


.faixa-blog p {
    padding: 0 0 15px 0;
    line-height: 28px;
}

.divisor-blog {
    width: 100%;
    clear: both;
    position: relative;
    height: 2px;
    margin: 30px 0;
    display: inline-block;
}
    .divisor-blog:before {
        content: "";
        width: 400px;
        height: 2px;
        background-color: #0756E4;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -200px;
    }

.coment {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 0 0 0 80px;
    border-left: 4px solid #000;
    margin: 40px 0;
}

.conteudo-capsula {
    float: left;
    width: 100%;
    padding: 0 40px;
}
    .conteudo-capsula .coluna {
        float: left;
        width: 50%;
        padding: 0 40px;
    }

.lista-itens-faq li {
    padding: 10px 0;
}

.autor {
    float: right;
    width: 300px;
    padding: 30px;
}

.cabecalho-autor {
    float: right;
    width: 40%;
}
.cabecalho-artigo {
    float: left;
    width: 60%;
}

.menu-apoio-blog {
    float: left;
    width: 100%;
    background: rgba(255,255,255, 0.9);
    padding: 30px 0;
    position: fixed;
    top: 100px;
    display: none;
    z-index: 10;
    border-bottom: 2px solid #201b40;
}
    .menu-apoio-blog.ativo {
        display: block;
    }
    .menu-apoio-blog {
        color: #333;
    }
    .menu-apoio-blog strong {
        display: inline-block;
        vertical-align: top;
    }
    .menu-apoio-blog ul {
        display: inline-block;
    }
    .menu-apoio-blog ul li {
        display: inline-block;
        padding: 0 15px;
    }

.cta-demo-blog {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}
    .cta-demo-blog .bg {
        background: rgba(7, 86, 228, .8);
        display: inline-block;
        text-align: center;
        border-radius: 25px;
        padding: 15px 50px;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
    }
    .cta-demo-blog .bg a {
        background: #fff;
        color: #0756E4;
        padding: 15px 60px;
        border-radius: 25px;
        transition: all .3s;
        text-decoration: none;
        line-height: 16px;
        clear: both;
        display: inline-block;
        margin: 15px 0 0 0;
    }
        .cta-demo-blog .bg a:hover {
            background: #12B0F6;
            color: #fff;
        }

.bloco-autor {
    float: left;
    width: 100%;
    padding: 20px 0 40px 0;
    position: relative;
}
    .bloco-autor img {
        float: left;
        padding: 0 15px 0 0;
    }
    .bloco-autor span {
        float: left;
        width: 300px;
        font-size: 16px;
        line-height: 26px;
    }



.topo-coluna-texto {
    float: left;
    width: 70%;
    text-align: left;
    text-wrap: pretty;
}
    .topo-coluna-texto p {
        font-size: 22px;
        line-height: 32px;
        padding: 0 0 20px 0;
        text-wrap: pretty;
    }
    .topo-coluna-texto img {
        max-width: 700px;
    }
.topo-coluna-form {
    float: left;
    width: 30%;
}

.migalha {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
}
    .migalha li {
        font-size: 14px;
        display: inline-block;
    }
    .migalha .parent {
        position: relative;
    }
    .migalha .i {
        position: absolute;
        top: -4px;
        right: -2px;
        background: #0756e4;
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        width: 16px;
        text-align: center;
        font-weight: 700;
        border-radius: 50px;
    }

.submenu-leitura {
    float: right;
    font-size: 16px;
    line-height: 18px;
    width: 350px;
}
    .submenu-leitura strong {
        font-size: 16px;
        color: #0756E4;
    }
    .submenu-leitura li {
        line-height: 22px;
        padding: 0 0 5px 0;
    }
    .submenu-leitura ul {
        padding: 5px 0 0 15px;
    }

.bloco-autor .continue-leitura {
    position: absolute;
    width: 300px;
    top: 40px;
    right: 0;
    font-size: 18px;
    font-weight: 300;
    color: #0756E4;
    text-decoration: none;
}
    .bloco-autor .continue-leitura span {
        width: 20px;
        height: 20px;
        border: 4px solid #000;
        transform: rotate(-45deg);
        position: absolute;
        left: 125px;
        bottom: -20px;
        border-right: 0;
        border-top: 0;
    }

.lista-eventos {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    color: #000212;
}
.bloco-lista-evento {
    float: left;
    width: 45%;
    margin: 0 2.5%;
    line-height: 18px;
}
    .bloco-lista-evento.first {
        position: relative;
    }
    .bloco-lista-evento.first::before {
        content: "";
        height: 300px;
        width: 1px;
        background: #0756E4;
        position: absolute;
        top: 50px;
        right: -30px;
    }

    .bloco-lista-evento img {
        max-width: 100%;
        display: inline-block;
    }
    .bloco-lista-evento strong {
        color: #0756E4;
        font-weight: 300;
        font-size: 38px;
        line-height: 24px;
    }
    .img-evento {
        float: left;
        width: 100%;
    }
    .desc-evento {
        float: left;
        width: 100%;
        padding: 25px 0;
    }

.lista-eventos h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 42px;
    padding: 0 0 60px 0;
}

.cta-evento {
    display: inline-block;
    background-color: #0756E4;
    color: #fff;
    padding: 15px 30px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
}

.controla-contato {
    width: 100%;
    background: #fff;
    display: inline-block;
    margin: -50px 0 0 0;
}

.form-fale-contato {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
}

.pet_background{
    background-color: #FFF !important;
}
.pet_video{
    display: flex;
    justify-content: flex-end;
}
#pet_video_iframe{
    width: 560px;
    height: 315px;
}
.form-na-pagina {
    float: left;
    width: 100%;
}
    .centraliza-form {
        width: 600px;
        margin:0 auto;
    }

.img-com-form {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 25px 0 0 0;
}

.img-com-form .img-esq {
    float: left;
    width: 60%;
    border: 1px solid #ddd;
}
    .img-com-form .img-esq img {
        max-width: 100%;
    }
.img-com-form .form-dir {
    float: left;
    width: 40%;
    color: #000212;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    padding: 10px 25px;
}



.paginationcase {
    text-align: center;
    margin-top: 1060px;
    margin-left: -750px;

}

.paginationcase a {
    display: inline-block; 
    padding: 10px 15px; 
    margin: 0 5px; 
    color: #000000bd; 
    text-decoration: none; 
    border-radius: 5px; 
    border: 1px solid #007bff; 
    font-size: 16px; 
    transition: background-color 0.3s, color 0.3s; 
    font-weight: bold; 
    margin-top:40px;
    background-color: #f1f1f1;
}

.paginationcase a:hover {
    background: #bbb;
}

.apoio {
    float: left;
    width: 100%;
    color: #000;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
}
    .apoio p {
        color: #000;
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 25px 0;
    }
    .apoio h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .apoio.com-padding {
        padding: 0 200px;
        text-align: justify;
    }
    .apoio.com-padding h2 {
        text-align: center;
    }

.apoio-texto {
    float: left;
    width: 60%;
    padding: 20px 70px 0 0;
}
.apoio-imagem {
    float: left;
    width: 40%;
}
    .apoio-imagem img {
        width: 100%;
    }
    .apoio-imagem .legenda {
        font-size: 14px;
        display: inline-block;
        width: 100%;
        padding: 10px 0 0 0;
        text-align: left;
    }
        .apoio-imagem .legenda a {
            color: #0756E4;
            font-weight: 700;
        }

.lista-apoio {
    list-style: disc;
    padding: 0 0 0 15px;
}
    .lista-apoio li {
        padding: 0 0 15px 0;
    }

.cta-novo-formato {
    margin: 15px 0 25px 0;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px 1px 10px 1px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    background: #0756E4;
    transition: all .5s;
}



/**          NOVO   ADV       **/

.mdpadv{       margin-left: -939px;
    margin-top: 80px;
    margin-bottom: -80px;
    display:none;
  }

  .vantagensadv_background .sobretitulo{       color: #292D38;
    font-size: 20px;
    margin-top: 40px;
    width: 605px;
    margin-bottom: -50px; }

  .vantagensadv_background h1{    color: #292D38;
    font-size: 32px;
    width: 700px;
    margin-top: 50px;}

    .vantagensadv_background strong{color:#00B600}


  .frasedobra1{    float: left;
    margin-left: -204px;}


    .frasedobra1 h1 {
        color: #292D38;
        font-size: 36px;
        padding-bottom: 10px;
        text-wrap: balance;
        margin-top: 150;
        width: 500px;
        text-align: left;
        margin-left: 220px;
        font-weight: 200;
    }

    .form-cta button {
        color: #00B600;
        border: 1px solid #00B600;
        padding: 15px 20px;
        border-radius: 20px 0 20px 0 !important;
        margin: -15px 0 0 0;
        margin: 0 0 0 -105px;;
        background: #00B600;
        color: #fff;
        transition: all .3s;
        cursor: pointer;
        width: 126px;
        box-shadow: 0px 15px 20px #00000029;
    }

    .frasedobra1 p {
        color: #000212;
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        padding: 20px 0;
        text-wrap: balance;
        width: 550px;
        margin-left: 213px;
        text-align: left;
    }


    .form-cta {
        float: left;
        width: 100%;
        text-align: center;
        padding: 30px 0 50px 60px;
    }

    .form-cta input {
        border: 1px solid #707070;
        border-radius: 28px;
        display: inline-block;
        padding: 15px 15px;
        width: 380px;
        margin-left: 56px;
        border-radius: 20px 0 20px 0 !important;
        margin-left: 150px;
    }

    .wpplink {
        font-size: smaller;
        float: left;
        margin-left: 163px;
        color: #0756E4;
        margin-top: 5px;
    }

    .percentualadv_background {
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 40px 5%;
    }

    .dobra2adv {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
        max-width: 1200px;
        width: 100%;
    }
    
    .dobra2adv .item {
        display: flex;
        align-items: center;
        text-align: left;
        max-width: 350px;
        gap: 15px;
        flex-direction: row;
    }
    
    .dobra2adv .item img {
        width: 58px;
        height: auto;
        flex-shrink: 0;
    }
    
    .dobra2adv .texto {
        display: flex;
        flex-direction: column;
    }
    
    .dobra2adv .item h3 {
        margin: 0;
        font-size: 22px;
        color: #333;
    }
    
    .dobra2adv .item p {
        font-size: 17px;
        color: #666;
        margin: 4px 0 0 0;
    }
    

    .metodologiaadv_background p  {
        font-size: 22px;
        color: #333;
        margin-bottom: 20px;
    }

    .metodologiaadv_background h2{
        color: #000212;
        font-size: 33px;
        font-weight: 600;
        padding-bottom: 20px;
        
    }


    .metodologiaadv_background img {
        margin-top: 30px;
        width: 100%;
        max-width: 1000px;
    }

    .dobra4adv_background {background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 60px 20% 0 20%;
    }

    .dobra4adv_background h2{color: #000212;
        font-size: 33px;
        font-weight: 600;
        padding-bottom: 20px;}
    
    
    .dobra4adv_background p{    font-size: 19px;
        color: #333;
    }
    
    
    .dobra4adv_background h2 strong {
        color: #00B600;
    }

    

    .advcard {
        width: 180px;
        padding: 15px;
        border: 3px solid #0073e6;
        border-radius: 50px 10px 50px 10px;
        text-align: left;
        background-color: white;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .advcard-container {
        display: flex;
        justify-content: center;
        gap: 15px; /* Espaçamento entre os cards */
    }
    
    .advplus {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        float:left;
    }
    
    .advnumber {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        margin-top: 5px;
    }
    
    .advtitle {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin-top: 5px;
    }
    
    .advdescription {
        font-size: 12px;
        color: #666;
        margin-top: 5px;
    }
    
    .advcard .advplus{font-size:30px;}
    
    .advcard .advnumber{font-size:30px;}


    .detalhesadv_background h2 strong{    color: #00B600;}

    .detalhesadv_img img{
        width: 100%;
        max-width: 361px;
        margin-left:-545px;
    }


    .detalhesadv_img  ul li::before {
        content: "•";
        color: black; /* Cor do marcador */
        font-size: 20px;
        font-weight: bold;
    }

    .detalhesadv_img p {
        margin-left: 294px;
        margin-top: 41px;
        font-size: 16px;
        color: #333;
        width: 520px;
    }

    .detalhesadvexperimente button {
        border-radius: 20px 0 20px 0 !important;
        margin: 0 20px;
   
    max-width: 300px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 37px;
    margin-top: -100px;
    margin-left: 400px;}


    .detalhesadv_text{
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        color:black;
    }

    .detalhesadv_background{
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 60px 20px;
    }


    .detalhes2adv_background {
        background-color: #F0F3F4;
        display: flex
    ;
        flex-direction: row;
        width: 100%;
        padding: 60px 20px 60px 0%;
        margin-bottom: -60;
    }

    .detalhes2adv_text span {
        color: #00B600;
        font-size: 20px;
        font-weight: 300;
        padding-bottom: 20px;
    }

    .vantagensadv_titulos{
        margin-top: 5px;
        width: 100%;
        display: flex;
        padding: 60px  0 20px;
    }

    .vantagens_carousel {
        float: left; 
     
        width: 100%;
        position:relative;
        margin-top: 30px;
       
    
    }

    .vantagens_carousel .vantagens_carousel-inner {
        transition: 1s ease all; 
        float: left; 
        display: flex; 
        align-items: flex-start;
       
    }
    .vantagens_carousel .vantagens_carousel-inner .item {
        float: left;
        
        cursor: pointer;
    }

    .vantagensadv_vantagens{
        background-color: #Fff;
        padding: 0px 10px 1% 20px;
        display: flex;
        flex-direction: row;
        margin-top: -30px;
    }

   

    .mapa_blue{
        color: #00B600;
    }

    .planosadv_background h2{
        color: #292D38;
        font-size: 34px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .testeadv_background{
        background-color: #fff;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 60px 20px;
    }
    
    .testeadv_background h2{
        color: black;
        font-size: 35px;
        font-weight: 600;
        padding-bottom: 10px;
        text-wrap: balance;
    }
    .testeadv_background p{
        color: black;
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 20px;
        text-wrap: balance;
    }

    .testeadv_background button{
        margin-top: 20px;
        padding: 15px 35px;
        font-size: 18px;
        font-weight: 600;
        
        color: #fff;
        border: 2px solid #FFF;
        background-color: #00B600;
        cursor: pointer;
        box-shadow: 0px 5px 20px #00000029;
        border-radius: 20px 0 20px 0 !important;
    }
    .testeadv_background button:hover{
        color: #FFF;
        border: 2px solid #FFF;
        background-color: #00B600;
        cursor: pointer;
        border-radius: 20px 0 20px 0 !important;
    }

    .botoes_lado_a_lado {
        display: flex;
        gap: 16px; /* Espaço entre os botões */
       
      }
      
    .testeadv_background span{
        color:#00B600 ;

    }

    .testeadv_texto{width:400px; float:left;}


.imagemtesteadv{float:right;}

    .faq {
        width: 90%;
        max-width: 633px;
        background: white;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        margin-left: 300px;
    }
    
    
    .faq h2 {
        color: green;
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    .faq-item {
        margin-bottom: 10px;
    }
    
    .faq-question {
        width: 100%;
        background: #fff;
        border: 1px solid var(--unnamed-color-e6e6e6);
border: 1px solid #E6E6E6;
border-radius: 21px;
        padding: 20px;
        font-size: 20px;
        cursor: pointer;
        text-align: left;
       
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .faq-answer {
        display: none;
        padding: 25px;
        background: #fff;
        border-radius: 5px;
        text-align: left;
        margin-top: 5px;
    }
    
    .icon {
        transition: transform 0.3s ease;
        color: green;
    }
    
    .open .faq-answer {
        display: block;
    }
    
    .open .icon {
        transform: rotate(180deg);
    }


    .vantagensadv_vantagens_img img{
        width: 100%;
        max-width: 920px;
        padding-left: 20px;
        padding-top: 50px;
    }
   

    .dobra3mobile{display:none}
    .dobra3desktop{display:block}

    .vantagensadv_vantagens_img {
        margin: 0 5px;
        width: 100%;
        float: left;
        margin-bottom: 5px;
        height: 600px;
        background-color: #F0F3F4;
    }

    .vantagens_carousel .vantagens_right {/*lembrar de excluir o vantagens 2 vale o mesmo para abaixo*/
        right: -23;
        color: #00B600;
        border: none;
        background-color: #FFFFFF00;
        cursor: pointer;
        font-size: 50px;
        margin-left: 30px;
        position: absolute;
        border-radius: 50%;
        top: calc(45% - 10px);
    }

    .vantagens_carousel .vantagens_left {/*lembrar de excluir o vantagens 2 */
        left: -17;
        color: #00B600;
        border: none;
        background-color: #FFFFFF00;
        cursor: pointer;
        font-size: 50px;
        margin-right: 30px;
        margin-bottom: 10px;
        position: absolute;
        border-radius: 50%;
        top: calc(45% - 10px);}

        .planosadv_textos{
            display: flex;
            flex-direction: row;
            margin-top: 30px;
        }

        .planosadv_cards{
            background-color: #FFFFFF;
            box-shadow: 0px 0px 20px #0000000D;
            border-radius: 15px;
            margin: 0 20px;
            width: 25%;
        }
        .planosadv_cardtopo{
            background-color: #00B600;
            border-radius: 15px 0px;
            padding: 20px 30px;
        }
        .planosadv_cardtopo h3{
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 600;
            padding-bottom: 5px;
        }
        .planosadv_cardtopo span{
            color: #FFFFFF;
            font-size: 12px;
            font-weight: 300;
            padding-bottom: 5px;
        }
        .planosadv_carditens{
            display: flex;
            flex-direction: column;
            text-align: start;
            align-items: center;
            padding: 30px 5px;
        }
        .planosadv_carditens li{
            color: #6A6A6A;
            font-size: 14px;
            font-weight: 300;
            padding-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .centraliza {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding-top: 0px; overflow:hidden;
        }

        .advdobra1 img {
            top: 113px;
            left: 642px;
            width: 545px;
            height: 461px;
            background: transparent url(img/primeira-dobra.webp) 0% 0% no-repeat padding-box;
            opacity: 1;
            MARGIN-TOP: -473px;
            margin-left: 700px;
        }

        
        .form-gambiarra{opacity:0}

        .texto-depoimento-adv .autor-adv{
            font-size: 16px;
            width: 400px;
        }
        
        
        .depoimento-container-adv{
            display: flex;
            align-items: center;
            gap: 30px;
            padding: 40px;
            background-color: white;
            max-width: 900px;
            margin: auto;
        }
        
        .depoimentoadv-video{    margin-left: -80px;}
        
        .texto-depoimento-adv {
            flex: 1;
        }
        
        .depoimento-adv {
            font-size: 18px;
            margin-bottom: 40px;
            color: #333;
        }
        
        .autor-adv {
            font-size: 14px;
            color: #666;
            margin-top: 10px;
        }
        
        .botoes-depoimentoadv {
            margin-top: 15px;
            border-radius: 20px 0 20px 0 !important;
            
        }
        
        .botaoadvdepoi {
            padding: 10px 15px;
            font-size: 14px;
            font-weight: bold;
            border-radius: 20px;
            text-decoration: none;
            display: inline-block;
            width: 185px;
            box-shadow: 0px 15px 20px #00000029;
        }


        .topoadv_background svg{    padding-top: 6px;
            padding-right: 260px;}

        .detalhesadv_img ul {
            list-style: none;
            padding: 0;
            margin-top: -347px;
            display: grid;
            margin-left: 224px;
            grid-template-columns: 1fr 1fr;
            width: 600px;
        }

        .detalhesadv_img  ul li {
            font-size: 16px;
            color: #333;
            display: flex;
           
            
                margin-bottom: 22px;
    margin-left: 88px;
    
            }


            .detalhesadv_img {
                background-color: #F0F3F4;;
                border-radius: 20px;
                padding: 60px 80px 0px 80px;
                margin-bottom: 30px;
                height: 504px;
                width:920px;
                margin-left: 150;
            }



            
              
              .hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
                width: 100%;
                max-width: 100%;
                opacity: 0;
            }

          

           

            .actions input{opacity: 0}





            /*dobra 3*/

           .dobra-fluxo {
                background-color: #f0f4f9;
                padding: 40px 20px;
                font-family:  "Sora", sans-serif;
                text-align: center;
              }
              
              .fluxo-categorias {

    justify-content: center;
    gap: 60px;
    padding: 40px 20px;
    border: 2px dashed #007bff;
    border-radius: 12px;
    position: relative;
    flex-wrap: nowrap;
    width: 1000px;
    height: 327px;
}
              
.coluna {
    display: flex
;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-right: 10px;
    padding-left: 50px;
    top: -55px;
}
              
              .coluna h3 {
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 20px;
                padding: 6px 12px;
                border: 2px solid #007bff;
                border-radius: 999px;
                background-color: white;
                color: #333;
                z-index: 2;
              }
              
              .coluna h3::after {
                display:none
              }
              
              .coluna ul {
                position: relative;
                list-style: none;
                padding: 0;
                margin: 0;
              }
              
              .coluna ul::before {
                  content: '';
                  position: absolute;
                  top: -45px;
                  left: 50%;
                  width: 2px;
                  height: 116%;
                  background: #007bff;
                  transform: translateX(-50%);
                  z-index: 0;
              
              }
              
              .coluna li {
                position: relative;
                background-color: #fff;
                border: 2px solid #007bff;
                color: black;
                border-radius: 999px;
                padding: 6px 16px;
                margin: 6px 0;
                font-size: 13px;
                transition: background 0.2s;
                min-width: max-content;
                z-index: 2;
              }
              
              
              
              /* Estilos das setas de navegação */
.vantagens_left,
.vantagens_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    cursor: pointer;
    padding: 10px;
    color: #00B600;
    transition: all 0.3s ease;
}

.vantagens_left {
    left: -100px;
}

.vantagens_right {
    right: -100px;
}

.vantagens_left:hover,
.vantagens_right:hover {
    color: #008a00;
}

/* === Recursos Gerais === */
              
              .fluxo-recursos {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 1px;
    float: right;
    padding-right: 398px;
    padding-bottom: 40px;
}
              
              .fluxo-recursos h3 {
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 20px;
                padding: 6px 12px;
                border: 2px solid #007bff;
                border-radius: 999px;
                background-color: white;
                color: #333;
                z-index: 2;
              }
              
              
              
              .fluxo-recursos ul {
                position: relative;
                list-style: none;
                padding: 0;
                margin: 0;
              }
              
              .fluxo-recursos ul::before {
                content: '';
                position: absolute;
                top: -28;
                left: 50%;
                width: 2px;
                height: 100%;
                background: #007bff;
                transform: translateX(-50%);
                z-index: 0;
              }
              
              .fluxo-recursos li {
                position: relative;
                background-color: #fff;
                border: 2px solid #007bff;
                color: black;
                border-radius: 999px;
                padding: 6px 16px;
                margin: 6px 0;
                font-size: 14px;
                transition: background 0.2s;
                z-index: 2;
              }




              .botoes-app {
         
                border-radius: 20px 0 20px 0 !important;
                
            }
    
            .botaoadvapp {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 20px;
        text-decoration: none;
        display: inline-block;
        width: 185px;
        box-shadow: 0px 15px 20px #00000029;
    }
    
    .verdee {
        background-color: #00B600;
        color: white;
        border: none;
        border-radius: 20px 0 20px 0 !important;
        }
    
        .verdee2 {
        background-color: #00B600;
        color: white;
        border: none;
        border-radius: 20px 0 20px 0 !important;
        margin-left:20px;
        }
    
    
    
    .appadv_background{    background-color: #F0F3F4;}
    
    
    .app-adv{float:left; width:50%;    padding-top: 72px;}
    
    .app-buttons {    color: white;
        background-color: #00B600;
        padding: 30px;
        box-shadow: 0px 15px 20px #00000029;
        border-radius: 20px 0 20px 0 !important;
        
    
    }
    
    .app-adv p span{color: #00B600}
    
    .appadv_background h1 span {   font-weight: 700;}
    
    .appadv_background h1 {
      font-size: 2.5rem;
      color:   #292D38;;
      margin-bottom: 3rem;
    }
    
    .appadv_background p{
      font-size: 1.1rem;
      margin-bottom: 2rem;
      color:  #292D38;
    }
    
    .appli {
      list-style: none;
      margin: 1rem 0 2rem 0;
      color: #292D38;
     
    
    }
    
    .appli li {
      margin-bottom: 0.5rem;
    }
    
    .app-buttons a {
      display: inline-block;
      margin-right: 1rem;
      max-width: 150px;
    }
    
    .app-buttons img {
      width: 100%;
      height: auto;
    }
    
    .app-image{float:right; width:50%; padding-top: 50px;}
    
    .app-image img{max-width:700px;width:100%; }