* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Tahoma;
}
input {
    font-family: Tahoma;
}
/* 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: 295px;
    height: 95px;
    text-indent: -99999px;
    background: url(../img/projuris-adv.png) no-repeat left 10px;
    background-size: 195px auto;
    transition: all .5s;
}
.menu-fixo .logo-adv h1,
.menu-fixo .logo-adv .logo {
    background-image: url(../img/projuris-adv-invertido.png);
}
.logo-projuris {

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

.barra-topo {
    background: #FFF;
    float: left;
    width: 100%;
    height: 100px;
    padding: 15px 0;
}

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


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

.mn-submenu {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 100px;
    background: #fff;
    padding: 40px 0;
    display: none;
}
    .mn-submenu.hover {
        display: block;
    }

.descricao-submenu a {
    text-decoration: none;
}

.descricao-submenu {
    float: left;
    width: 20%;
    color: #525662;
    padding: 30px 0 0 0;
}
    .descricao-submenu p {
        font-size: 16px;
        line-height: 20px;
    }

.mn-submenu-sobre .descricao-submenu {
    padding: 0;
}
.mn-conteudos .descricao-submenu {
    padding: 120px 20px 0 0;
}


.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: 0 0 0 0;
    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;
        width: 50%;
        margin: 0 0 25px 0;
        padding: 15px 80px 15px 80px;
        font-size: 16px;
        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 25px 0;
    padding: 15px 25px 15px 0;
    font-size: 16px;
    line-height: 20px;
    transition: all .5s;
    border-left: 2px solid #fff;
}
    .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;
     }
    .submenu-conteudos li:hover a {
        border-left: 2px solid #0756e4;
    }




.sidebar-blog {
    float: right;
    width: 30%;
    padding: 80px 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;
    }

.miolo-blog-full {
    width: 100%;
    padding: 0 0 20px 0;
}


.faixa-blog h2 {
    font-size: 30px;
    font-weight: 300;
    color: #0756E4;
    float: left;
    width: 100%;
    padding: 30px 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;
    display: none;
}
    .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;
    }

.menu-fixo {
    position: fixed;
    top: 0;
    z-index: 99;
    transition: all .5s;
}
    .menu-fixo .barra-topo {
        background: #0A0022;
    }
    .menu-fixo .mn-barra a {
        color: #FFF;
    }
    .menu-fixo .mn-barra .mn-store a {
        background: #12B0F6;
        color: #fff;
    }
    .menu-fixo .mn-barra .mn-store a:hover {
        background: #fff;
        color: #12B0F6;
    }


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

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