* {
    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-family: "Sora", sans-serif;
    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;
}

.beneficios-lista {
  margin: 8px 0 24px 0;
  padding-left: 0;
  list-style-type: disc;
  list-style-position: inside;
  color: #000212; /* mesma cor do texto acima */
  padding-left: 210px; /* remove indent */
}
.beneficios-lista li {
  color: inherit; /* herda cor da UL */
  
  line-height: 26px;
  text-align: left;
}
 
 

#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: 290px;
    height: 76px;
    text-indent: -99999px;
    background: url(../img/logos/projuris-logo.png) no-repeat center center;
    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: 35px 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;
        font-size: 22px;
        color: #fff;
        text-decoration: none;
        transition: all .5s;
        margin-top: 59px;
        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: 60px;
}
    .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;
    /* fundo transparente para exibir gradiente definido na classe fonte-escura */
    background-color: transparent;
    padding: 180px 0 100px 0;
    color: #fff;
    background-color: #dcdeea;
}
    .banner-ilustrado.fonte-escura {
        color: #fff;
    }

    
    .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%;
    color: #333;
}


    .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;
       
        line-height: 30px;
        color: white;
        font-size: 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: 40px 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;
}

/** -------------------------- COMO FUNCIONA ------------------------- **/

section.percentualemp_background:has(.como-funciona-container) {
    padding-top: 80px;
    padding-bottom: 100px;
}

.como-funciona-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.como-funciona-item {
    width: 18%;
    margin-bottom: 30px;
    text-align: center;
}

.como-funciona-icon {
    margin-bottom: 15px;
}

.como-funciona-icon img {
    width: 60px;
    height: 60px;
}

.como-funciona-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #292D38;
    margin-bottom: 10px;
}

.como-funciona-item p {
    font-size: 14px;
    color: #292D38;
    margin-bottom: 15px;
}

.como-funciona-label {
    background-color: #0756E4;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

.como-funciona-label span {
    font-size: 14px;
}

/** -------------------------- PARA QUEM É ------------------------- **/

.para-quem-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.para-quem-coluna {
    width: 48%;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.para-quem-coluna h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}

.para-quem-coluna.ideal h3 {
    color: #0756E4;
}

.para-quem-coluna.nao-ideal h3 {
    color: #FF5252;
}

.para-quem-coluna ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.para-quem-coluna li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.para-quem-icon {
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.para-quem-icon.check {
    background-color: #0756E4;
}

.para-quem-icon.x {
    background-color: #FF5252;
}

.para-quem-coluna li span {
    font-size: 16px;
    color: #292D38;
    text-align: left;
    display: block;
}

.para-quem-coluna li a {
    color: #0756E4;
    text-decoration: underline;
}
.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;
}

/** -------------------------- SOLUÇÕES POR SEGMENTO ------------------------- **/

.solucoes-segmento-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    gap: 20px;
}

.solucoes-segmento-coluna {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.solucoes-segmento-coluna:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.solucoes-segmento-coluna h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0756E4;
    margin-bottom: 20px;
    text-align: left;
}

.solucoes-segmento-coluna ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

.solucoes-segmento-coluna li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #292D38;
}

.solucoes-segmento-coluna li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #0756E4;
    border-radius: 50%;
}

.solucoes-segmento-link {
    display: inline-block;
    color: #0756E4;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
    transition: all 0.3s ease;
}

.solucoes-segmento-link:after {
    content: "→";
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}

.solucoes-segmento-link:hover {
    color: #0645c0;
}

.solucoes-segmento-link:hover:after {
    right: -5px;
}

/** -------------------------- 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;
}

/* DPA Mini Modal */
.dpa-menu-item {
    position: relative;
}

.dpa-trigger {
    color: #FFFFFF !important;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 300 !important;
    text-decoration: none;
    cursor: pointer;
}

.dpa-trigger:hover {
    text-decoration: underline;
}

.dpa-mini-modal {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #1a1a2e;
    border: 1px solid #42A5F5;
    border-radius: 8px;
    padding: 12px 0;
    margin-bottom: 8px;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.dpa-menu-item:hover .dpa-mini-modal {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dpa-mini-modal a {
    display: block;
    padding: 10px 16px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    text-decoration: none;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
}

.dpa-mini-modal a:hover {
    background-color: rgba(66, 165, 245, 0.1);
    padding-left: 20px;
    text-decoration: none;
}

/** -------------------------- TOPO ADV ------------------------- **/
 
.topoadv_background{
       background-color: #F0F3F4;
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 0 0 0;
    position: relative;
    overflow: hidden;
}

/* Botão flutuante do chat - estilo Projuris AI */
.adv-chat-launcher {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9998;
    background: linear-gradient(135deg, #00B600 0%, #009900 100%);
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 182, 0, 0.4);
    transition: all 0.3s ease;
    border: none;
}

.adv-chat-launcher:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 32px rgba(0, 182, 0, 0.5);
}

.adv-chat-launcher svg {
    width: 28px;
    height: 28px;
}

/* Modal do chat */
.adv-chat-widget {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 420px;
    max-width: calc(100vw - 48px);
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: all 0.3s ease;
}

.adv-chat-widget--open {
    display: flex;
    animation: slideUp 0.3s ease;
}

.adv-chat-widget--expanded {
    width: 600px;
    height: 700px;
    max-height: calc(100vh - 48px);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header do chat */
.adv-chat-header {
    background: linear-gradient(135deg, #00B600 0%, #009900 100%);
    color: #ffffff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adv-chat-header-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
}

.adv-chat-header-actions {
    display: flex;
    gap: 8px;
} 

.adv-chat-header-btn {
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.adv-chat-header-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.adv-chat-header-btn svg {
    width: 18px;
    height: 18px;
}

/* Área de mensagens */
.adv-chat-messages {
    padding: 20px;
    flex: 1;
    overflow-y: auto;
    background: #f8f9fa;
    max-height: 400px;
}

.adv-chat-widget--expanded .adv-chat-messages {
    max-height: none;
}

.adv-chat-message {
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 12px;
    max-width: 85%;
    line-height: 1.5;
    word-wrap: break-word;
}

.adv-chat-message--bot {
    background: #ffffff;
    border: 1px solid #e9ecef;
    color: #212529;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.adv-chat-message--user {
    background: linear-gradient(135deg, #00B600 0%, #009900 100%);
    color: #ffffff;
    margin-left: auto;
}

/* Sugestões de perguntas */
.adv-chat-suggestions {
    padding: 16px 20px;
    background: #ffffff;
    border-top: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.adv-chat-suggestions-title {
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 4px;
}

.adv-chat-suggestion-btn {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #495057;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s;
}

.adv-chat-suggestion-btn:hover {
    background: #e9ecef;
    border-color: #00B600;
    color: #00B600;
}

/* Formulário de input */
.adv-chat-form {
    display: flex;
    padding: 16px 20px;
    gap: 10px;
    border-top: 1px solid #e9ecef;
    background: #ffffff;
}

.adv-chat-input {
    flex: 1;
    border-radius: 12px;
    border: 1px solid #dee2e6;
    padding: 12px 16px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.adv-chat-input:focus {
    border-color: #00B600;
}

.adv-chat-submit {
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #00B600 0%, #009900 100%);
    color: #ffffff;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.adv-chat-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 182, 0, 0.3);
}

.adv-chat-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Scrollbar customizada */
.adv-chat-messages::-webkit-scrollbar {
    width: 6px;
}

.adv-chat-messages::-webkit-scrollbar-track {
    background: #f1f3f5;
}

.adv-chat-messages::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
}

.adv-chat-messages::-webkit-scrollbar-thumb:hover {
    background: #868e96;
}

.topoadv_background .advdobra1textos {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: nowrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 70px 20px 70px;
    position: relative;
}

.topoadv_background .advdobra1 {
    flex: 0 0 auto;
    width: 500px;
    min-width: 500px;
} 
.topoadv_background h1{
    color: #292D38;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 10px;
    text-wrap: balance;
    margin-top: 80px;
    line-height: 1.3;
    max-width: 600px;
}
.topoadv_background p{
   
    color: #292D38;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    text-wrap: balance;
        margin-left: 225px;
    width: 700px;
    margin-top:15px;
    margin-bottom:20px;
    
}
.topoadv_background .beneficio-item span{
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 14px;
}
.topoadv_background img{
  
    max-width: 100%;
}

/* Layout frasedobra1 para Black November */
.topoadv_background .frasedobra1 {
    text-align: left;
    max-width: 650px;
    flex: 1;
    position: relative;
    z-index: 10; 
}  

/* Badge topo ADV - "SOFTWARE JURÍDICO N° 1" */
.badge-adv-topo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    margin-bottom:-225px;
    border-radius: 999px;
    background: #00B600;
    border: 1px solid #00B600;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: auto;
    margin-top: 160px;
    margin-left: 225px;
}

/* Texto verde no título */
.texto-verde {
    color: #00FF47;
    font-weight: 700;
    font-size: inherit;
}

/* Subtítulo ADV */
.topoadv_background .subtitulo-adv {
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    margin: 15px 0 25px 220 !important;
    max-width: 500px !important;
    padding: 0 !important;
}

/* Texto teste grátis */
.texto-teste-gratis {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    opacity: 0.8;
}

/* Formulário Black November */
.form-blacknovember {
    display: flex;
    gap: 12px;
    align-items: stretch;
    max-width: 650px;
    margin-bottom: 30px;
}

.form-blacknovember input[type="email"] {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 12px 16px;
    color: #292D38;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    transition: border-color 0.2s ease;
    min-width: 320px;
}

.form-blacknovember input[type="email"]::placeholder {
    color: #9aa0a6;
    font-weight: 300;
}

.form-blacknovember input[type="email"]:focus {
    border-color: #8AB4F8;
    background: #FFFFFF;
}

.btn-verde-adv {
    background: #00FF47;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 180px;
    text-align: center;
}

.btn-verde-adv:hover {
    background: #00E642;
    box-shadow: 0 4px 15px rgba(0, 255, 71, 0.4);
}

/* Imagens lado direito Black November */
.imagens-direita-adv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

.imagens-direita-adv .img-blacknovember {
    display: block !important;
    position: relative !important;
    max-width: 220px !important;
    width: 100% !important;
    height: auto !important;
    z-index: 2 !important;
    margin-bottom: -35px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 30 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    background: none !important;
}

.imagens-direita-adv .img-tabela {
display: block !important;
    position: relative !important;
    max-width: 700px !important;
   
    height: auto !important;
    z-index: 1 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    top: 150px !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    background: none !important;
}

/** -------------------------- 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;
}
    .topo-termos {
        padding: 200px 20px 20px 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: #FFFFFF;
    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: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.percentualemp_texto {
    flex: 0 0 19%;
    max-width: 19%;
    padding: 0 10px;
    margin-top: 20px;
    border-left: 1px solid #0756E4;
    text-align: center;
}
    .percentualemp_texto:first-child {
        border-left: none;
    }
.percentualemp_texto h3{
    font-size: 36px;
    font-weight: 600;
    color: #0756E4;
    margin-bottom: 5px;
    text-wrap: balance;
}
.percentualemp_texto span{
    font-size: 15px;
    font-weight: 300;
    color: #292d38;
    margin-top: 5px;
    text-wrap: balance;
    line-height: 1.4;
}

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

.detalhes2emp_background{
    background-color: #F0F3F4;
    width: 100%;
    padding: 60px 0;
}

.detalhes2emp_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.detalhes2emp_img{
    flex: 0 0 48%;
    max-width: 48%;
}

.detalhes2emp_img img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.detalhes2emp_text{
    flex: 0 0 48%;
    max-width: 48%;
    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_cta {
    padding: 14px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    color: #FFFFFF !important;
    border: none !important;
    background-color: #f59e0b !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3) !important;
}

.detalhes2emp_cta:hover {
    background-color: #d97706 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.4) !important;
    color: #FFFFFF !important;
}

.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;
    width: 100%;
    padding: 60px 0;
}

.detalhes3cont_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.detalhes3cont_img{
    flex: 0 0 48%;
    max-width: 48%;
}
.detalhes3cont_img img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.detalhes3cont_text{
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.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;}

    .beneficios-adv span{color:#Fff;
    font-size: 15px;
    font-weight: 400;
    }

    .frasedobra1 h1 {
    color: #292D38;
        font-size: 37px;
        padding-bottom: 0px;
        text-wrap: balance;
        margin-top: 235px;
        width: 600px;
        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: 210px;
        box-shadow: 0px 15px 20px #00000029;
    }

    


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

    .form-cta input {
        border: 1px solid #707070;
        border-radius: 28px;
        display: inline-block;
        padding: 15px 15px;
        width: 450px;
        max-width: 450px;
        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: 560px;
            height: 450px;
            background: transparent url(img/fachinipgi.png) 0% 0% no-repeat padding-box;
            opacity: 1;
            
            margin-left: 700px;
        }

        
      

        .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}


            .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}





                /* New JurisCast Episode Layout */
.materiais_itens{display:grid;grid-template-columns:1fr;gap:32px}
.juriscast-episode{margin:0}
.juriscast-episode{position:relative;display:flex;align-items:center;background:#ffffff;border-radius:16px;padding:24px;margin:20px 0;gap:24px;flex-wrap:wrap;transition:transform .2s ease,box-shadow .2s ease}
.juriscast-episode:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.08);}
.juriscast-episode::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;border-radius:16px 0 0 16px;background:linear-gradient(180deg,#007bff 0%,#6610f2 100%);}
.episode-thumb{flex-shrink:0;width:180px;height:180px;overflow:hidden;border-radius:12px;position:relative;}
.episode-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}
.juriscast-episode:hover .episode-thumb img{transform:scale(1.05);}
.episode-thumb::after{content:'\25B6';font-family:Arial,Helvetica,sans-serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:48px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);}
.episode-content{flex:1 1 260px;display:flex;flex-direction:column;gap:6px}
.episode-type{font-size:12px;font-weight:700;text-transform:uppercase;color:#6c63ff;letter-spacing:.5px}
.episode-title{font-size:22px;font-weight:700;color:#292d38;margin:0}
.episode-show{font-size:14px;color:#6c757d;margin:0}
.episode-play{align-self:flex-start;display:inline-block;background:linear-gradient(135deg,#007bff 0%,#6610f2 100%);color:#fff;padding:10px 22px;border-radius:6px;font-weight:600;text-decoration:none;transition:background .2s ease,filter .2s ease}
.episode-play:hover{filter:brightness(1.05);}
.episode-play{display:inline-block;background:#007bff;color:#fff;padding:8px 18px;border-radius:4px;font-weight:600;text-decoration:none}
/*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;
}

/* Menu Auxiliar das Ferramentas de IA */
.menu-ia-auxiliar {
    background: #ffffff;
    padding: 20px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
}

.menu-ia-container {
    text-align: center;
    padding: 10px 0;
}

.menu-ia-titulo {
    color: #495057;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}

.menu-ia-lista {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.menu-ia-lista li {
    display: inline-block;
    margin: 0 3px 10px 3px;
}

.menu-ia-link {
    color: #6c757d;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    white-space: nowrap;
}

.menu-ia-link:hover {
    background: #e9ecef;
    color: #495057;
    text-decoration: none;
    border-color: #adb5bd;
}

.menu-ia-link.active {
    background: #495057;
    color: white;
    font-weight: 600;
    border-color: #495057;
}
              
              .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%; }

/* Botão Download PDF */
.bt-download-pdf {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    margin: 20px 0;
}

.bt-download-pdf:hover {
    background-color: #0052a3;
    text-decoration: none;
    color: #ffffff;
}

.bt-download-pdf:active {
    background-color: #004080;
}

/* Termos de Uso Empresas Styles */
.terms-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: "Sora", sans-serif;
    line-height: 1.6;
    color: #292D38;
}

.terms-container .last-update {
    text-align: center;
    margin-bottom: 30px;
    color: #666;
    font-style: italic;
}

.term-section {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.term-header {
    background-color: #F0F3F4;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    border-radius: 4px;
}

.term-header:hover {
    background-color: #e6e9ea;
}

.term-header h2 {
    font-size: 1.1em;
    margin: 0;
}

.term-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    color: #525662;
    border-radius: 0 0 4px 4px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.term-content.active {
    padding: 20px;
    max-height: 1000000px;
    transition: max-height 0.5s ease-in, padding 0.3s ease-in;
}

/* Terms of Use Page Styles */
.terms-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.termos-container {
    font-family: "Sora", sans-serif;
    line-height: 1.6;
}

.term-content {
    text-align: justify;
    margin-bottom: 0;
    padding: 0 15px;
}

.term-content p {
    margin-bottom: 20px;
    color: #525662;
    text-align: justify;
    line-height: 1.6;
}

.term-text {
    text-align: justify;
}

.term-text p {
    margin-bottom: 20px;
    text-align: justify;
}

.term-text br + p,
.term-text p + p {
    margin-top: 15px;
}

.term-header {
    cursor: pointer;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.term-header h2 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.arrow {
    transition: transform 0.3s ease;
}

.arrow.down {
    transform: rotate(180deg);
}

.arrow {
    transition: transform 0.3s;
}

.term-header.active .arrow {
    transform: rotate(180deg);
}

.gravata-termos {
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px;
    line-height: 1.6;
    text-align: justify;
    font-family: "Sora", sans-serif;
    color: #292D38;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.gravata-termos br {
    margin-bottom: 15px;
    display: block;
    content: "";
}

/* Megamenu Styles */
/* Zapier-inspired Megamenu */
.megamenu {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.megamenu.hover {
    display: block;
}

.megamenu-main {
    flex: 1;
    padding: 32px;
}

.megamenu-header {
    margin-bottom: 24px;
}

.megamenu-title {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 8px 0;
    font-family: 'Sora', sans-serif;
}

.megamenu-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    max-width: 600px;
    line-height: 1.4;
    font-family: 'Sora', sans-serif;
}

.megamenu-columns {
    display: flex;
    gap: 48px;
}

.megamenu-column {
    flex: 1;
}

.column-title {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    margin: 0 0 16px 0;
    letter-spacing: 0.5px;
    font-family: 'Sora', sans-serif;
}

.column-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.menu-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-decoration: none;
    color: inherit;
    padding: 8px 0;
    transition: all 0.15s ease;
    border-radius: 4px;
}

.menu-link:hover {
    background-color: #f9fafb;
    padding-left: 8px;
    padding-right: 8px;
}

.menu-link strong {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    font-family: 'Sora', sans-serif;
}

.menu-link span {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3;
}

.menu-link:hover strong {
    color: #0056B3;
}

.mn-submenu-solucoes .menu-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.mn-submenu-solucoes .menu-link:hover {
    background-color: #f8fafc;
    transform: translateY(-1px);
}

.menu-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
    margin-top: 2px;
}

.menu-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.mn-submenu-solucoes .menu-link:hover .menu-icon {
    transform: scale(1.1);
}

.mn-submenu-sobre .menu-link strong,
.mn-conteudos .menu-link strong {
    color: #0056B3;
}

.mn-submenu-sobre .menu-link:hover strong,
.mn-conteudos .menu-link:hover strong {
    color: #003d82;
}

.megamenu-footer {
    display: flex;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.footer-link {
    font-size: 13px;
    color: #0056B3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}

.footer-link:hover {
    color: #003d82;
}

.megamenu-sidebar {
    width: 280px;
    padding: 24px;
    background-color: #f0f8ff;
    border-left: 1px solid #e5e7eb;
    border-radius: 0 8px 8px 0;
}

.sidebar-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 20px 0;
    font-family: 'Sora', sans-serif;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar-badge {
    display: inline-block;
    width: fit-content;
    font-size: 10px;
    font-weight: 600;
    color: #0056B3;
    background-color: #eff6ff;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.sidebar-item strong {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    font-family: 'Sora', sans-serif;
}

.sidebar-item span:last-child {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3;
}

.sidebar-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: all 0.15s ease;
    padding: 4px 0;
    border-radius: 4px;
}

.sidebar-link:hover {
    background-color: #f9fafb;
    padding-left: 8px;
    padding-right: 8px;
}

.sidebar-link strong {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    font-family: 'Sora', sans-serif;
}

.sidebar-link span {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3;
}

.sidebar-link:hover strong {
    color: #0056B3;
}

/* ===== MEGAMENU STYLES ===== */
/* Zapier-inspired Megamenu */
.megamenu {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    background: white;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 999;
}

.megamenu.hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.megamenu-container {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 20px;
}

.megamenu-main {
    flex: 1;
}

.megamenu-header {
    margin-bottom: 32px;
}

.megamenu-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 4px 0;
    font-family: 'Sora', sans-serif;
}

.megamenu-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

.megamenu-columns {
    display: flex;
    gap: 48px;
    margin-bottom: 32px;
}

.megamenu-column {
    flex: 1;
}

.column-title {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 16px 0;
    font-family: 'Sora', sans-serif;
}

.column-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.menu-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-decoration: none;
    color: inherit;
    padding: 8px 0;
    transition: all 0.15s ease;
    border-radius: 4px;
}

.menu-link:hover {
    background-color: #f9fafb;
    padding-left: 8px;
    padding-right: 8px;
}

.menu-link strong {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    font-family: 'Sora', sans-serif;
}

.menu-link span {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3;
}

.menu-link:hover strong {
    color: #0056B3;
}

.mn-submenu-solucoes .menu-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.mn-submenu-solucoes .menu-link:hover {
    background-color: #f8fafc;
    transform: translateY(-1px);
}

.menu-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
    margin-top: 2px;
}

.menu-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mn-submenu-solucoes .menu-link:hover .menu-icon {
    transform: scale(1.1);
}

.menu-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.mn-submenu-sobre .menu-link strong,
.mn-conteudos .menu-link strong {
    color: #0056B3;
}

.mn-submenu-sobre .menu-link:hover strong,
.mn-conteudos .menu-link:hover strong {
    color: #003d82;
}

.megamenu-footer {
    display: flex;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.footer-link {
    font-size: 13px;
    color: #0056B3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}

.footer-link:hover {
    color: #003d82;
}

.megamenu-sidebar {
    width: 280px;
    padding: 32px 24px 24px 24px;
    background-color: #f0f8ff;
    border-left: 1px solid #e5e7eb;
    border-radius: 0 8px 8px 0;
}

.sidebar-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 20px 0;
    font-family: 'Sora', sans-serif;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar-badge {
    display: inline-block;
    width: fit-content;
    font-size: 10px;
    font-weight: 600;
    color: #0056B3;
    background-color: #eff6ff;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.sidebar-item strong {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    font-family: 'Sora', sans-serif;
}

.sidebar-item span:last-child {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3;
}

.sidebar-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: all 0.15s ease;
    padding: 4px 0;
    border-radius: 4px;
}

.sidebar-link:hover {
    background-color: #f9fafb;
    padding-left: 8px;
    padding-right: 8px;
}

.sidebar-link strong {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    font-family: 'Sora', sans-serif;
}

.sidebar-link span {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3;
}

.sidebar-link:hover strong {
    color: #0056B3;
}



/*adv vantagens*/


.vantadv-section{
  background:#FFFFFF;
  padding:60px 20px;
  width:100%;
}
.vantadv-section .vant-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  max-width:1200px;
  margin:0 auto 80px;
  gap:40px;
}
.vantadv-section .vant-row:last-child{margin-bottom:0}
/* Alternate layout for even rows: image left, text right */
.vantadv-section .vant-row:nth-child(even){
  flex-direction:row-reverse;
}
.vantadv-section .vant-text{
  flex:1 1 400px;
}
.vantadv-section .vant-text h2{
  font-size:2rem;
  font-weight:700;
  color:#292D38;
  margin-bottom:15px;
}
.vantadv-section .vant-text p{
  font-size:1.1rem;
  color:#525662;
  line-height:1.4;
  margin-bottom:25px;
}
.vantadv-section .vant-text .cta{
  display:inline-block;
  background:#00B600;
  color:#fff;
  padding:12px 28px;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
  box-shadow:0 6px 15px rgba(0,0,0,0.15);
  transition:background .3s;
}
.vantadv-section .vant-text .cta:hover{background:#008400}

.vantadv-section .vant-img{
  flex:1 1 380px;
  text-align:center;
}
.vantadv-section .vant-img img{
  width:100%;
  max-width:500px;
  border-radius:15px;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .megamenu-container {
        flex-direction: column;
        gap: 32px;
    }
    
    .megamenu-sidebar {
        width: 100%;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #e5e7eb;
        padding-top: 32px;
    }
}

@media (max-width: 768px) {
    .megamenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        padding: 80px 20px 40px;
    }
    
    .megamenu-columns {
        flex-direction: column;
        gap: 24px;
    }
    
    .megamenu-footer {
        flex-direction: column;
        gap: 12px;
    }
}


.conteudos-recomendados {
    background: #F8F9FB;
    padding: 60px 0;
}

.conteudos-recomendados h2 {
    color: #292D38;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.conteudos-recomendados > .centraliza > p {
    color: #000212;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 820px;
}

.conteudos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.conteudos-col {
    background: #FFFFFF;
    border: 1px solid #E6E8EB;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.conteudos-col h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0756E4;
    margin: 0 0 12px 0;
}

.conteudos-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.conteudos-col li {
    border: 1px solid #EFF1F4;
    border-radius: 10px;
    padding: 14px 16px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.conteudos-col li:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.conteudos-col a {
    color: #0756E4;
    text-decoration: none;
}

.conteudos-col a strong {
    font-weight: 600;
}

.conteudos-col p {
    color: #4A4F59;
    font-size: 15px;
    line-height: 22px;
    margin: 6px 0 0 0;
}

/* =======================
   Vantagens Contratos (vantcont_*)
   Migrado de inc/inc_vantagenscont.php
   ======================= */
.vantcont_background { padding: 80px 0; background: #F7F9FC; }
.vantcont_grid { display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: start; }
.vantcont_head { margin: 0 auto 24px; text-align: center; }
.vantcont_head h3 { font-size: 28px; line-height: 1.2; color: #0E1B2E; margin: 0 0 8px; font-weight: 800; }
.vantcont_head p { margin: 0; color: #3A4050; font-size: 16px; }
.vantcont_menu h3 { margin: 0 0 12px; color: #292D38; font-size: 18px; font-weight: 700; }
.vantcont_menu ul { list-style: none; margin: 0; padding: 0; border: 1px solid #E5E8EF; border-radius: 8px; overflow: hidden; background: #fff; }
.vantcont_menu li { cursor: pointer; padding: 12px 40px 12px 14px; border-bottom: 1px solid #F0F2F7; color: #3A4050; font-weight: 500; position: relative; }
.vantcont_menu li:last-child { border-bottom: none; }
.vantcont_menu li::after { content: ""; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>") no-repeat center / contain; opacity: 0.9; }
.vantcont_menu li.active { background: #E8F1FF; color: #0D47A1; font-weight: 700; border-left: 3px solid #0D47A1; padding-left: 12px; }
.vantcont_menu li.active::after { display: none; }
.vantcont_conteudo { min-width: 0; width: 100%; background: #fff; border: 1px solid #E5E8EF; border-radius: 10px; padding: 20px; }
.vantcont_conteudo h2 { color: #0E1B2E; font-size: 24px; line-height: 1.25; margin: 0 0 10px; font-weight: 400; }
.vantcont_bloco { display: block; width: 100%; background: transparent; border: 0; padding: 0; margin-bottom: 24px; overflow: visible; box-sizing: border-box; }
.vantcont_bloco h2 { margin: 0 0 8px; font-size: 20px; line-height: 1.3; color: #0E1B2E; font-weight: 400; }
.vantcont_bloco p { margin: 6px 0 0; color: #3A4050; font-size: 15px; line-height: 1.6; }
.vantcont_bloco ul, .vantcont_bloco ol { margin: 8px 0 0 18px; list-style: disc; color: #3A4050; font-size: 15px; line-height: 1.6; }
.vantcont_bloco li { margin: 4px 0; color: #3A4050; font-size: 15px; line-height: 1.6; }
.vantcont_bloco, .vantcont_bloco * { box-sizing: border-box; max-width: 100%; white-space: normal; word-break: break-word; overflow-wrap: anywhere; }
.vantcont_bloco .vantagensemp_vantagens_content, .vantcont_bloco .vantagensemp_vantagens_content * { float: none !important; position: static !important; }
.vantcont_bloco .vantagensemp_vantagens_content { padding: 0 !important; margin: 0 !important; background: transparent !important; border: 0 !important; width: 100% !important; }
.vantcont_tagswrap { display: flex; flex-wrap: wrap; gap: 10px 12px; margin: 0 0 16px; }
.vantcont_tags_label { color: #6B7488; font-size: 13px; font-weight: 400; display: block; width: 100%; margin: 0 0 6px; }
.vantcont_tags_segment { color: #0E1B2E; font-weight: 500; }
.vantcont_tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.vantcont_tag { display: inline-flex; align-items: center; padding: 6px 10px; font-size: 12px; line-height: 1; color: #0D47A1; background: #E8F1FF; border: 1px solid #BFD6FF; border-radius: 999px; font-weight: 600; }
@media (max-width: 900px) { .vantcont_grid { grid-template-columns: 1fr; } }

/* =======================
   Vantagens Acordos (vantacor_*)
   Migrado de inc/inc_vantagensacor.php
   ======================= */
.vantacor_background { padding: 60px 0; background: #F7F9FC; }
.vantacor_grid { display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: start; }
.vantacor_head { margin: 0 auto 24px; text-align: center; }
.vantacor_head h3 { font-size: 28px; line-height: 1.2; color: #0E1B2E; margin: 0 0 8px; font-weight: 800; }
.vantacor_head p { margin: 0; color: #3A4050; font-size: 16px; }
.vantacor_menu h3 { margin: 0 0 12px; color: #292D38; font-size: 18px; font-weight: 700; }
.vantacor_menu ul { list-style: none; margin: 0; padding: 0; border: 1px solid #E5E8EF; border-radius: 8px; overflow: hidden; background: #fff; }
.vantacor_menu li { cursor: pointer; padding: 12px 40px 12px 14px; border-bottom: 1px solid #F0F2F7; color: #3A4050; font-weight: 500; position: relative; }
.vantacor_menu li:last-child { border-bottom: none; }
.vantacor_menu li::after { content: ""; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>") no-repeat center / contain; opacity: 0.9; }
.vantacor_menu li.active { background: #E8F1FF; color: #0D47A1; font-weight: 700; border-left: 3px solid #0D47A1; padding-left: 12px; }
.vantacor_menu li.active::after { display: none; }
.vantacor_conteudo { min-width: 0; width: 100%; background: #fff; border: 1px solid #E5E8EF; border-radius: 10px; padding: 20px; }
.vantacor_conteudo h2 { color: #0E1B2E; font-size: 24px; line-height: 1.25; margin: 0 0 10px; font-weight: 400; }
.vantacor_bloco { display: block; width: 100%; background: transparent; border: 0; padding: 0; margin-bottom: 24px; overflow: visible; box-sizing: border-box; }
.vantacor_bloco h2 { margin: 0 0 8px; font-size: 20px; line-height: 1.3; color: #0E1B2E; font-weight: 400; }
.vantacor_bloco p { margin: 6px 0 0; color: #3A4050; font-size: 15px; line-height: 1.6; }
.vantacor_bloco ul, .vantacor_bloco ol { margin: 8px 0 0 18px; list-style: disc; color: #3A4050; font-size: 15px; line-height: 1.6; }
.vantacor_bloco li { margin: 4px 0; color: #3A4050; font-size: 15px; line-height: 1.6; }
.vantacor_bloco, .vantacor_bloco * { box-sizing: border-box; max-width: 100%; white-space: normal; word-break: break-word; overflow-wrap: anywhere; }
.vantacor_bloco .vantagensacor_vantagens_content, .vantacor_bloco .vantagensacor_vantagens_content * { float: none !important; position: static !important; }
.vantacor_bloco .vantagensacor_vantagens_content { padding: 0 !important; margin: 0 !important; background: transparent !important; border: 0 !important; width: 100% !important; }
.vantacor_tagswrap { display: flex; flex-wrap: wrap; gap: 10px 12px; margin: 0 0 16px; }
.vantacor_tags_label { color: #6B7488; font-size: 13px; font-weight: 400; display: block; width: 100%; margin: 0 0 6px; }
.vantacor_tags_segment { color: #0E1B2E; font-weight: 500; }
.vantacor_tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.vantacor_tag { display: inline-flex; align-items: center; padding: 6px 10px; font-size: 12px; line-height: 1; color: #0D47A1; background: #E8F1FF; border: 1px solid #BFD6FF; border-radius: 999px; font-weight: 600; }
@media (max-width: 900px) { .vantacor_grid { grid-template-columns: 1fr; } }

/* =======================
   Vantagens Peticiona (vantpet_*)
   Migrado para uso inline em peticiona.php
   ======================= */
.vantpet_background { padding: 60px 0; background: #F7F9FC; }
.vantpet_grid { display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: start; }
.vantpet_head { margin: 0 auto 24px; text-align: center; }
.vantpet_head h3 { font-size: 28px; line-height: 1.2; color: #0E1B2E; margin: 0 0 8px; font-weight: 800; }
.vantpet_head p { margin: 0; color: #3A4050; font-size: 16px; }
.vantpet_menu h3 { margin: 0 0 12px; color: #292D38; font-size: 18px; font-weight: 700; }
.vantpet_menu ul { list-style: none; margin: 0; padding: 0; border: 1px solid #E5E8EF; border-radius: 8px; overflow: hidden; background: #fff; }
.vantpet_menu li { cursor: pointer; padding: 12px 40px 12px 14px; border-bottom: 1px solid #F0F2F7; color: #3A4050; font-weight: 500; position: relative; }
.vantpet_menu li:last-child { border-bottom: none; }
.vantpet_menu li::after { content: ""; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>") no-repeat center / contain; opacity: 0.9; }
.vantpet_menu li.active { background: #E8F1FF; color: #0D47A1; font-weight: 700; border-left: 3px solid #0D47A1; padding-left: 12px; }
.vantpet_menu li.active::after { display: none; }
.vantpet_conteudo { min-width: 0; width: 100%; background: #fff; border: 1px solid #E5E8EF; border-radius: 10px; padding: 20px; }
.vantpet_conteudo h2 { color: #0E1B2E; font-size: 24px; line-height: 1.25; margin: 0 0 10px; font-weight: 400; }
.vantpet_bloco { display: block; width: 100%; background: transparent; border: 0; padding: 0; margin-bottom: 24px; overflow: visible; box-sizing: border-box; }
.vantpet_bloco h2 { margin: 0 0 8px; font-size: 20px; line-height: 1.3; color: #0E1B2E; font-weight: 400; }
.vantpet_bloco p { margin: 6px 0 0; color: #3A4050; font-size: 15px; line-height: 1.6; }
.vantpet_bloco ul, .vantpet_bloco ol { margin: 8px 0 0 18px; list-style: disc; color: #3A4050; font-size: 15px; line-height: 1.6; }
.vantpet_bloco li { margin: 4px 0; color: #3A4050; font-size: 15px; line-height: 1.6; }
.vantpet_bloco, .vantpet_bloco * { box-sizing: border-box; max-width: 100%; white-space: normal; word-break: break-word; overflow-wrap: anywhere; }
.vantpet_bloco .vantagensemp_vantagens_content, .vantpet_bloco .vantagensemp_vantagens_content * { float: none !important; position: static !important; }
.vantpet_bloco .vantagensemp_vantagens_content { padding: 0 !important; margin: 0 !important; background: transparent !important; border: 0 !important; width: 100% !important; }
@media (max-width: 900px) { .vantpet_grid { grid-template-columns: 1fr; } }

/* =======================
   Novidades Portal (blog cards)
   ======================= */
.novidadesportal_background { padding: 64px 0; background: #ffffff; }
.novidadesportal_background h2 { font-size: 28px; line-height: 1.2; color: #0E1B2E; margin: 0 0 24px; font-weight: 800; }
.novidadesportal_subtitle { margin: -12px 0 28px; color: #6B7488; font-size: 16px; line-height: 1.5; }

/* Grid com 4 colunas para os posts */
.novidadesportal_grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }

.novidadesportal_card_link { display: block; text-decoration: none !important; color: inherit; }
.novidadesportal_card { background: #fff; border: 1px solid #E5E8EF; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; height: 100%; box-shadow: 0 2px 8px rgba(14,27,46,0.06); transition: box-shadow .2s ease, transform .2s ease; }
.novidadesportal_card:hover { box-shadow: 0 8px 28px rgba(14,27,46,0.12); transform: translateY(-3px); }

.novidadesportal_card_img { width: 100%; height: 170px; background: #F5F7FB; overflow: hidden; }
.novidadesportal_card_img img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }

.novidadesportal_card_text { padding: 14px 16px 8px; }
.novidadesportal_card_meta { display: flex; gap: 12px; align-items: center; color: #6B7488; font-size: 12px; line-height: 1; margin-bottom: 10px; }
.novidadesportal_card_meta span { display: inline-flex; align-items: center; }

.novidadesportal_card_title h3 { font-size: 18px; line-height: 1.35; color: #0E1B2E; margin: 0 0 8px; font-weight: 700; text-decoration: none; }
.novidadesportal_card_desc { color: #3A4050; font-size: 14px; line-height: 1.55; }
.novidadesportal_card_desc p { margin: 0; }

.novidadesportal_card_footer { padding: 10px 16px 16px; display: flex; align-items: center; gap: 10px; margin-top: auto; }
.novidadesportal_card_footer img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.novidadesportal_card_footer span { font-size: 13px; color: #2E3342; }

/* Removido carrossel e setas */

/* Acessibilidade; remover sublinhado em links internos e herdar cor */
.novidadesportal_grid a, .novidadesportal_grid a:visited { text-decoration: none; color: inherit; }
.novidadesportal_grid a:hover { text-decoration: none; }

@media (max-width: 1200px) {
  .novidadesportal_grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .novidadesportal_background { padding: 48px 0; }
  .novidadesportal_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}
@media (max-width: 560px) {
  .novidadesportal_grid { grid-template-columns: 1fr; }
}
