* {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;
}
input, textarea, button {
    font-family: 'Roboto', 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;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3d464d;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #3d464d;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #3d464d;
}
:-moz-placeholder { /* Firefox 18- */
  color: #3d464d;
}

.somobile {display: none;}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #3d464d;
}

header {
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
    z-index: 10;
    background: #f5f5f5;
}
    .home header {
        float: left;
        background: none;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 40px 0 0 0;
        z-index: 10;
    }

.centraliza {
        width: 98%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    }
.centralizado {
    text-align: center;
}

.logo {
    float: left;
    width: 211px;
    height: 35px;
    text-indent: -9999px;
    background: url(../images/ottimizza.png) no-repeat;
}

.menu {
    float: right;
}
    .menu ul {
        float: left;
        width: 100%;
    }
    .menu li {
        float: left;
        padding: 5px 0;
    }
    .menu li a {
        font-size: 14px;
        text-decoration: none;
        color: #333333;
        float: left;
        padding: 10px 18px;
    }
    .menu li a.bt-linha {
        border: 1px solid #333333;
        border-radius: 3px;
        margin: 0 0 0 5px;
    }

    .home .menu li a {
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        float: left;
        padding: 10px 18px;
    }
    .home .menu li a.bt-linha {
        border: 1px solid #fff;
        border-radius: 3px;
        margin: 0 0 0 5px;
    }

.page-home .menu {
    opacity: 0;
    transition: all .5s;
    transition-delay: .5s;
}
.page-home .menu.ativo {
    opacity: 1;
}


.hero {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
    height: 340px;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}
    .hero .centraliza {
        z-index: 10;
        position: relative;
    }

.bg-hero {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background: url(../images/bg-header.jpg) no-repeat;
    background-size: 100% auto;
    transition: all .5s;
}

.bloco-form {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
}

.cta-topo {
    background: #ff8a00;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    line-height: 56px;
    height: 56px;
    text-decoration: none;
    font-weight: 300;
    border-radius: 5px;
    padding: 0 35px;
}

.bloco-texto {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
    color: #fff;
    opacity: 0;
    transition: all .5s;
    transition-delay: .5s;
    text-align: center;
}
    .bloco-texto.ativo {opacity: 1}
    .bloco-texto h2 {
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
        padding: 0 0 20px 0;
    }
    .bloco-texto p {
        font-size: 20px;
        line-height: 24px;
        font-weight: 100;
    }

.form-solicite {
    float: left;
    width: 40%;
    left: 50%;
    margin: 0 0 0 -20%;
    position: relative;
}
    .form-solicite label {
        font-size: 29px;
        color: #3d464d;
        float: left;
        width: 100%;
    }
    .form-solicite input {
        float: left;
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0 35px;
        height: 85px;
        line-height: 85px;
        border: none;
        color: #323b63;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        -webkit-box-shadow: 0px 10px 10px 0px rgba(221,221,221,1);
        -moz-box-shadow: 0px 10px 10px 0px rgba(221,221,221,1);
        box-shadow: 0px 10px 10px 0px rgba(221,221,221,1);

    }
    .form-solicite button {
        background: #ff8a00;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        float: left;
        height: 85px;
        line-height: 85px;
        position: absolute;
        bottom: 0;
        right: -205px;
        border: none;
        color: #fff;
        width: 205px;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
    }

.faixa-texto-destaque {
    float: left;
    width: 100%;
    padding: 30px 0;
    font-size: 26px;
    line-height: 30px;
    color: #3d464d;
    text-align: center;
    font-weight: 300;
}
    .faixa-texto-destaque .laranja {
        color: #ff8a00;
    }
    .faixa-texto-destaque .centraliza {
        width: 1200px;
    }

.faixa-numeros {
    float: left;
    width: 100%;
    padding: 50px 0 50px 0;
}
    .faixa-numeros .bloco-numero {
        float: left;
        width: 25%;
        position: relative;
        border-right: 1px solid #e5e5e5;
        padding: 30px 0 30px 80px;
    }
        .faixa-numeros .bloco-numero:last-child {
            border-right: none;
        }
        .faixa-numeros .bloco-numero strong {
            font-size: 36px;
            line-height: 40px;
            color: #3d464d;
            font-weight: 700;
            float: left;
            width: 100%;
        }
            .faixa-numeros .bloco-numero strong span {
                float: left;
                width: 54px;
                height: 70px;
                background: url(../images/mais.png) no-repeat;
                background-size: 50px auto;
                position: absolute;
                top: 30px;
                left: 25px;
                text-indent: -9999px;
            }

.faixa-cinza {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
}

.chamada-video {
    float: left;
    width: 100%;
}
    .chamada-video .img {
        float: left;
    }
    .chamada-video .texto {
        float: right;
        width: 465px;
        padding: 105px 0 0 0;
    }
        .chamada-video .texto strong {
            color: #3d464d;
            font-size: 26px;
            font-weight: 300;
            display: inline-block;
            padding: 0 0 15px 0;
        }
        .chamada-video .texto a {
            font-size: 14px;
            color: #0089d1;
            font-weight: 700;
        }

.faixa-texto {
    float: left;
    width: 100%;
    padding: 40px 0;
    color: #3d464d;
}

.texto-chamada-faixa {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    padding: 0 100px;
}

.logos {
    float: left;
    width: 100%;
    height: 530px;
    background: url(../images/x.jpg) no-repeat center;
}

.logos-erp {
    float: left;
    width: 50%;
    height: 530px;
    background: url(../images/logos-erp.jpg) no-repeat center;
    text-indent: -9999px;
}
.logos-sistema {
    float: left;
    width: 50%;
    height: 530px;
    background: url(../images/logos-sistemas-financeiros.jpg) no-repeat center;
    text-indent: -9999px;
}

.legenda {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 300;
}

.faixa-moeda {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    background: url(../images/moedas.jpg) no-repeat center top;
    padding: 220px 0 80px 0;
}
    .faixa-moeda h3 {
        margin-bottom: 20px;
    }
    .faixa-moeda ul {
        width: 545px;
        margin: 0 auto;
    }
    .faixa-moeda li {
        color: #63707a;
        line-height: 45px;
        background: url(../images/certo.jpg) no-repeat 0 center;
        float: left;
        width: 100%;
        padding: 0 0 0 50px;
    }

.faixa-cta-cinza {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #3d464d;
    color: #fff;
    font-size: 20px;
}

.chamada-cta-linha {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}
    .chamada-cta-linha strong {
        font-weight: 300;
        font-size: 30px;
        line-height: 38px;
    }
    .chamada-cta-linha a {
        background: #ff8a00;
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        font-size: 16px;
        line-height: 56px;
        height: 56px;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0 35px;
        margin: 0 0 0 15px;
    }
    .chamada-cta-linha.duas-linhas a {
        margin: 15px 0 0 0;
    }

.faixa-rodape {
    float: left;
    width: 100%;
    text-align: center;
    color: #3d464d;
    padding: 50px 0 20px 0;
}
    .faixa-rodape .maior {
        font-size: 21px;
        font-weight: 500;
    }
    .faixa-rodape p {
        padding: 15px 0 0 0;
        font-size: 15px;
        line-height: 20px;
    }

.linha-rodape {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #dfe0e3;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

.faixa-conteudo {
    float: left;
    width: 100%;
    padding: 40px 0;
    font-size: 16px;
    line-height: 22px;
    color: #63707a;
}

.zindex-superior {
    position: relative;
}

.titulo-interna {
    font-size: 37px;
    line-height: 37px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    padding: 0 0 30px 0;
}
    .titulo-interna.uncap {
        text-transform: none;
    }
    .titulo-interna.centralizado {
        padding: 0 200px 30px 200px;
        text-align: center;
    }
.subtitulo-interna {
    padding: 0 0 30px 0;
    font-size: 16px;
    color: #63707a;
}

.faixa-contato {
    float: left;
    width: 100%;
}

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

.coluna-texto-contato {
    float: left;
    width: 50%;
    padding: 155px 0 0 50px;
}

.contato-local {
    float: left;
    width: 100%;
    background: url(../images/ico-local.jpg) no-repeat 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 20px;
    color: #3d464d;
}
    .contato-local strong {
        color: #3d464d;
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        margin: 0 0 12px 0;
    }
    .contato-local a {
        color: #3d464d;
        display: inline-block;
        margin: 8px 0 0 0;
        font-size: 13px;
        font-weight: 500;
    }

.contato-fone {
    float: left;
    width: 100%;
    background: url(../images/ico-telefone.jpg) no-repeat 0 0;
    padding: 0 0 0 30px;
    font-size: 24px;
    color: #3d464d;
    font-weight: 700;
    margin: 25px 0 0 0;
}

.texto-sobre {
    float: left;
    width: 100%;
    padding: 0 250px;
    text-align: center;
}
    .texto-sobre p {
        padding: 0 0 15px 0;
    }

.faixa-clientes {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 60px 0;
}
    .faixa-clientes span {
        display: inline-block;
        text-align: center;
        padding: 0 10px;
    }
    .faixa-clientes img {
        max-width: 100%;
    }

.faixa-depoimentos {
    float: left;
    width: 100%;
    background: #0089cf;
    padding: 60px 0;
    color: #fff;
    text-align: center;
    position: relative;
}
    .faixa-depoimentos .seta-esq {
        position: absolute;
        top: 150px;
        left: 50%;
        margin: 0 0 0 -470px;
        width: 44px;
        height: 82px;
        background: url(../images/seta-esq.png) no-repeat;
        z-index: 12;
        cursor: pointer;
    }
    .faixa-depoimentos .seta-dir {
        position: absolute;
        top: 150px;
        right: 50%;
        margin: 0 -470px 0 0;
        width: 44px;
        height: 82px;
        background: url(../images/seta-dir.png) no-repeat;
        z-index: 12;
        cursor: pointer;
    }

.bt-linha {
    display: inline-block;
    padding: 15px 90px;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.depoimentos {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 520px;
    background: url(../images/aspas.png) no-repeat center top;
    position: relative;
}
    .depoimentos li {
        float: left;
        width: 745px;
        top: 90px;
        left: 50%;
        margin: 0 0 0 -372px;
        position: absolute;
        text-align: center;
        opacity: 0;
        z-index: 10;
        transition: all .2s;
    }
        .depoimentos li.ativo {
            z-index: 11;
            opacity: 1;
        }
    .depoimentos li p {
        line-height: 30px;
        font-size: 25px;
    }
    .depoimentos li span {
        font-size: 16px;
        display: inline-block;
        margin: 15px 0 0 0;
    }

    .depoimentos.mostra-todos {
        height: auto;
        padding: 80px 0 0 0;
    }
    .depoimentos.mostra-todos li {
        position: static;
        margin: 0;
        opacity: 1;
        margin: 0 0 0 262px;
        padding: 0 0 30px 0;
    }


.form {
    float: left;
    width: 100%;
}
    .form input {
        color: #3d464d;
    }
    .form input {
        border: 1px solid #cfcfcf;
        border-radius: 3px;
        padding: 0 25px;
        line-height: 50px;
        height: 50px;
        float: left;
        width: 100%;
        font-family: 'Roboto', sans-serif;
    }
    .form textarea {
        border: 1px solid #cfcfcf;
        border-radius: 3px;
        padding: 0 25px;
        line-height: 50px;
        height: 50px;
        float: left;
        width: 100%;
        height: 120px;
        font-family: 'Roboto', sans-serif;
    }

.linha-campo {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
}

.bt-padrao {
    background: #ff8a00;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    border: none;
    height: 56px;
    line-height: 56px;
    padding: 0 65px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all .3s;
}
    .bt-padrao:hover {
        background: #d57300;
    }

.bt-full {
    width: 100%;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: 0.8;
    display: none;
}
.modal {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 600px;
    margin: 0 0 0 -300px;
    background: #fff;
    padding: 25px 15px;
    border-radius: 5px;
    z-index: 100;
    display: none;
}
    .modal .linha-campo {
        float: left;
        width: 50%;
        padding: 0 0 15px 10px;
    }
        .modal .linha-campo.clear {
            clear: both;
            padding: 0 10px 15px 0;
        }
        .modal input {
            border: 1px solid #cfcfcf;
            border-radius: 3px;
            padding: 0 15px;
            line-height: 50px;
            height: 50px;
            float: left;
            width: 100%;
            font-family: 'Roboto', sans-serif;
        }
        .modal select {
            border: 1px solid #cfcfcf;
            border-radius: 3px;
            padding: 0 15px;
            line-height: 50px;
            height: 50px;
            float: left;
            width: 100%;
            font-family: 'Roboto', sans-serif;
        }

        .modal .recapcha {
            float: left;
            width: 50%;
            padding: 0 0 15px 0px;
        }

        .error-block {
            color:#CE0000;
            height:20px;
            margin-bottom:0;
            font-size:11px;
            padding-top:3px
        }


.modal-video {
    float: left;
    width: 560px;
    height: 315px;
    position: fixed;
    z-index: 100;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -280px;
    padding: 45px 0 0 0;
    display: none;
}

.auxiliar-modal {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0 0 0;
}
    .auxiliar-modal strong {
        font-size: 26px;
        line-height: 32px;
        font-weight: 400;
    }
    .auxiliar-modal .bt-cta {
        background: #ff8a00;
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        font-size: 16px;
        line-height: 56px;
        height: 56px;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0 35px;
        margin: 10px 0 0 0;
    }

.form-modal {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}

.tit-modal {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    float: left;
    width: 100%;
}

.subtit-modal {
    float: left;
    width: 100%;
}

.fechar-modal {
    border: 2px solid #000;
    border-radius: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 29px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}
    .fechar-modal-video {
        color: #fff;
        border-color: #fff;
    }

.destaques {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    clear: both;
    padding: 30px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    color: #555758;
}
    .destaques ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .destaques li {
        list-style: none;
    }
    .destaques strong {
        font-weight: 500;
    }
    .destaques .bloco {
        float: left;
        width: 33%;
        padding: 0 20px;
        text-align: center;
    }
    .destaques .img-bloco {
        float: left;
        width: 100%;
        text-align: center;
        height: 135px;
    }

.faixa-pratica {/*
    float: left;
    width: 100%;
    background: url(../images/faixa-azul.jpg) no-repeat top center #008ad6;
    padding: 300px 0 40px 0;
    margin: -170px 0 0 0;
    color: #fff;*/
    float: left;
    background: #008ad6;
    width: 100%;
    padding: 50px 0 0 0;
}
    .faixa-pratica .titulo-interna {color: #fff; padding: 0 0 15px 0;}
    .faixa-pratica .subtitulo-interna {color: #fff; font-size: 21px; line-height: 25px;}

.faixa-pratica-lp {/*
    float: left;
    width: 100%;
    background: url(../images/faixa-azul.jpg) no-repeat top center #008ad6;
    padding: 300px 0 40px 0;
    margin: -170px 0 0 0;
    color: #fff;*/
    float: left;
    background: #fff;
    width: 100%;
    padding: 70px 0 30px 0;
}
    .faixa-pratica-lp .titulo-interna {color: #555758; padding: 0 0 15px 0;}
    .faixa-pratica-lp .subtitulo-interna {color: #555758; font-size: 21px; line-height: 25px;}


.texto-branco {
    color: #fff;
}

.arquivos-gerados {
    float: left;
    width: 100%;
    padding: 60px 0 80px 0;
}

    .arquivos-gerados li {
        float: left;
        width: 22%;
        margin-right: 4%;
        background-position: center 10px;
        background-color: #fff;
        background-repeat: no-repeat;
        border-radius: 15px;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        padding: 140px 15px 0 15px;
        height: 320px;
    }
    .arquivos-gerados li strong {
        font-size: 20px;
        line-height: 24px;
        display: inline-block;
        width: 100%;
        padding: 0 0 10px 0;
        color: #000000;
    }
    .arquivos-gerados li:last-child {
        margin-right: 0;
    }
    .arquivos-gerados li.img-importacao {background-image: url(../images/arq-1.jpg);}
    .arquivos-gerados li.img-baixa {background-image: url(../images/arq-2.jpg);}
    .arquivos-gerados li.img-inco {background-image: url(../images/arq-3.jpg);}
    .arquivos-gerados li.img-pre {background-image: url(../images/arq-4.jpg);}

.conteudo-lp {
    float: left;
    width: 70%;
    padding: 0 50px 0 0;
    text-align: left;
}
    .conteudo-lp .titulo-interna, .conteudo-lp .subtitulo-interna {
        text-align: left;
    }
    .conteudo-lp .arquivos-gerados {
        padding: 40px 0 30px 0;
    }
    .conteudo-lp .arquivos-gerados li {
        padding: 70px 10px 0 10px;
        text-align: center;
        font-size: 14px;
        width: 23%;
        margin-right: 2%;
        height: 160px;
    }
    .conteudo-lp .arquivos-gerados li strong {
        font-size: 16px;
    }
    .conteudo-lp .arquivos-gerados li.img-importacao {background-size: auto 60px;}
    .conteudo-lp .arquivos-gerados li.img-baixa {background-size: auto 60px;}
    .conteudo-lp .arquivos-gerados li.img-inco {background-size: auto 60px;}
    .conteudo-lp .arquivos-gerados li.img-pre {background-size: auto 60px;}

.form-lp {
    float: left;
    width: 30%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    padding: 15px;
    background: #3d464d;
    border-radius: 5px;
}

.form-lp a {
    margin: 20px 0 0 0;
    background: #ff8a00;
    font-size: 16px;
    float: left;
    width: 100%;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    border: none;
    height: 56px;
    line-height: 56px;
    padding: 0 65px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all .3s;
}
    .form-lp a:hover {
        background: #d57300;
    }



.caracteristicas {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
    .caracteristicas li {
        float: left;
        width: 33.33%;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        height: 250px;
        border-right: 1px solid #007cc0;
        padding: 100px 30px 0 30px;
        background-repeat: no-repeat;
        background-position: center 20px;
    }
    .caracteristicas li.margin-left-1 {
        margin-left: 33.33%;
        border-bottom: none;
        border-left: 1px solid #007cc0;
    }
    .caracteristicas li strong {
        font-weight: 500;
        float: left;
        width: 100%;
        padding: 0 0 5px 0;
    }
    .caracteristicas li p {
        line-height: 22px;
    }
    .caracteristicas li.ico-1 {background-image: url(../images/ico-integracao.png);}
    .caracteristicas li.ico-2 {background-image: url(../images/ico-2.png);}
    .caracteristicas li.ico-3 {background-image: url(../images/ico-3.png);}
    .caracteristicas li.ico-4 {background-image: url(../images/ico-4.png);}
    .caracteristicas li.ico-5 {background-image: url(../images/ico-5.png);}
    .caracteristicas li.ico-6 {background-image: url(../images/ico-6.png);}
    .caracteristicas li.ico-7 {background-image: url(../images/ico-7.png);}

.faixa-aviso {
    float: left;
    width: 100%;
    background: #0c5176;
    padding: 60px 0;
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    color: #fff;
}
    .faixa-aviso strong {
        font-size: 37px;
        font-weight: 300;
    }
    .faixa-aviso p {
        padding: 30px 0 0 0;
    }

.faixa-duvidas {
    float: left;
    width: 100%;
    padding: 60px 0;
}
    .faixa-duvidas .titulo-interna {
        text-align: center;
    }
    .faixa-duvidas .subtitulo-interna {
        text-align: center;
        float: left;
        width: 100%;
    }
    .faixa-duvidas .centraliza {
        width: 900px;
    }

.pergunta-faq {
    float: left;
    width: 100%;
}
    .pergunta-faq .tit-faq {
        font-weight: 400;
        color: #4c4c4c;
        float: left;
        width: 100%;
        padding: 25px 25px 20px 25px;
        font-size: 16px;
        line-height: 16px;
        background: #f2f2f2;
        cursor: pointer;
    }

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


@media (max-width: 767px) {
    .sidebar {
        padding-top: 30px;
    }

    .img-container {
        /* display: inline-block; */
        vertical-align: top;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center!important;
    }
    
    .img-container img {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        border-radius: 4px;
        padding: 5px;
        width: 100%;
        max-width: 400px;
    }
    
    .img-text {
        text-align: center;
        padding: 10px 0 10px 0;
        font-size: 21px;
        font-weight: 300;
    }
}

@media (max-width: 980px) {
    .img-container {
        /* display: inline-block; */
        vertical-align: top;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center!important;
    }
    
    .img-container img {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        border-radius: 4px;
        padding: 5px;
        width: 100%;
        max-width: 600px;
    }
    
    .img-text {
        text-align: center;
        padding: 10px 0 10px 0;
        font-size: 21px;
        font-weight: 300;
    }
}

@media (min-width: 980px) {
    body {
        padding-bottom: 40px;
    }

    .img-container {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    
    .img-container img {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        border-radius: 4px;
        padding: 5px;
        width: 100%;
        max-width: 400px;
    }
    
    .img-text {
        text-align: center;
        padding: 0 75px 10px 100px;
        font-size: 21px;
        font-weight: 300;
    }
}

#captchaText {
    padding-left: 10px;
    display: none;
}

.linha-campo > #captchaText {
    padding-left: 10px;
    display: inline!important;    
}

