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

strong { 
        font-weight:700;
}



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



.topo {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    position: relative;
}
    .logo {
        display: inline-block;
        width: 220px;
        height: 65px;
        text-indent: -99999px;
        background: url(../img/logos/projuris_plataforma.png) no-repeat left -18px;
        background-size: 220px auto;
        margin: 0 0 10px 0;
    }
    .topo a {
        position: absolute;
        top: 50%;
        right: 50px;
        margin: -15px 0 0 0;
        color: #2b2f4b;
    }
        .topo a:hover {
            text-decoration: none;
        }

.conteudo {
    float: left;
    width: 100%;
}

.controla-destaques {
    float: left;
    width: 100%;
    position: relative;
}

.bloco-destaque {
    float: left;
    width: 40%;
    position: absolute;
    padding: 120px 0 120px 0;
    transition: all .5s;
    min-height: 90vh;
    margin: 0 0 40px 0;
}
    .bloco-uni {
        padding: 20px;
        width: 40%;
        text-align: center;
    }
    .bloco-uni h1 {
        font-size: 22px;
        line-height: 28px;
        padding: 20px 0 0 0;
    }
    .bloco-destaque h2 {
        font-size: 36px;
        line-height: 42px;
        font-weight: bold;
    }
    .bloco-destaque .gravata {
        line-height: 30px;
        font-size: 20px;
        padding: 25px 0;
        display: inline-block;
        width: 100%;
        min-height: 140px;
    }
    .bloco-destaque .tag {
        font-size: 16px;
        line-height: 22px;
        display: inline-block;
        width: 100%;
        padding: 0 0 15px 0;
        opacity: .7;
    }
        .bloco-destaque.bloco-empresas .tag strong {

        }
        .bloco-destaque.bloco-adv .tag strong {

        }

.bloco-empresas {
    top: 0;
    left: 40%;
    width: 30%;
    border-left: 2px solid #000;
    /*background: rgba(18,176,246, .1);*/
    border-color: rgba(18,176,246, .1);
    transition: all .5s;
}
    .bloco-empresas:hover {
        background: rgba(18,176,246, .2);
    }

.bloco-adv {
    width: 30%;
    left: 70%;
    top: 0;
    /*background: rgba(67,172,61, .1);*/
    border-left: 2px solid #000;
    border-color: rgba(67,172,61, .1);
    transition: all .5s;
}
    .bloco-adv:hover {
        background: rgba(67,172,61, .2);
    }

.cta {
    display: inline-block;
    clear: both;
    padding: 20px 25px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
    .bloco-empresas .cta {
        background: #0756e4;
    }
    .bloco-adv .cta {
        background: #11c23d;
    }

.bloco-destaque.ativo {
    width: 40%;
}
    .bloco-destaque.ativo .cta {
        display: none;
    }
    .bloco-destaque.bloco-adv.ativo {
        left: 60%;
        background: rgba(67,172,61, .2);
    }
    .bloco-destaque.bloco-empresas.ativo {
        background: rgba(18,176,246, .2);
    }
.bloco-destaque.inativo {
    width: 20%;
    padding-left: 40px;
    padding-right: 40px;
}
    .bloco-destaque.inativo img {
        display: none;
    }
    .bloco-destaque.inativo .gravata {
        display: none;
    }
    .bloco-destaque.inativo .cta {
        margin-top: 30px;
    }
    .bloco-destaque.bloco-adv.inativo {
        left: 80%;
    }

.controla-interno {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    padding: 0 40px;
    left: 0;
    transform: translateY(-50%);
}
.ativo .controla-interno {
    width: 100%;
    top: 2%;
    transform: translateY(0);
}

.bloco-destaque .form {
    float: left;
    width: 100%;
    display: none;
    z-index: 100;
}
    .bloco-destaque.ativo .form {
        display: block;
    }
    .bloco-destaque .form label {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
    .bloco-destaque .form input {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        padding: 10px 5px;
        margin: 0 0 10px 0;
    }
    .bloco-destaque .form input.hs-button  {
        background: #0756e4;
        height: 60px;
        line-height: 60px;
        padding: 0;
        border: none;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
    }
        .bloco-adv .form input.hs-button {
            height: 60px;
            background: #11c23d;
        }
    .bloco-destaque .form select {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        height: 40px;
        padding: 0 5px;
        margin: 0 0 10px 0;
    }

.bg-teste {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}
    .bg-teste strong {
        font-size: 24px;
        font-weight: normal;
        float: left;
        width: 100%;
        padding: 0 0 15px 0;
    }
    .bg-teste p {
        padding: 0 0 15px 0;
    }

.img-destaque-adv {
    opacity: .5;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 400px;
}
.img-destaque-empresas {
    opacity: .5;
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: 400px;
    transform: skew(0, -10deg);
}

.img-destaque {
    clear: both;
    max-width: 80%;
}

.faixa-rodape {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background: #2b2f4b;
    color: #fff;
    font-size: 18px;
    height: 10vh;
}
    .faixa-rodape a {
        color: #fff;
        text-decoration: none;
    }

.img-bloco {
    max-width: 70%;
    display: inline-block;
    margin: 0 0 20px 0;
}

.hs-form-radio {
    display: inline-block;
    width: 100%;
    clear: both;
}
.hs-form-radio span {
    display: inline-block;
    padding: 10px 0 0 5px;
}
.bloco-destaque .form .hs-form-radio input {
    margin: 0;
}

.small .bloco-empresas {
    height: 820px;
}
.small .bloco-adv {
    height: 820px;
}