/*==============================================*/
/*============  Estruturas padrão ==============*/
/*==============================================*/

#caminho-canais {
    padding: 0px 30px;
}

.caminho-canais {
    font-size: 14px;
    color: #707d0c;
    font-weight: 400;
    margin-top: 30px;
}

    .caminho-canais a {
        -webkit-transition: all linear 0.1s;
        -moz-transition: all linear 0.1s;
        -o-transition: all linear 0.1s;
    }

        .caminho-canais a:hover {
            color: #707d0c;
        }

.box-nome-canais {
    display: inline;
    vertical-align: middle;
    background-color: #33366b;
    color: #fff;
    padding: 10px 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.top70 {
    margin-top: 30px;
    display: inline-block;
}

.margt-40 {
    margin-top: 40px;
}

.normal12 {
    padding: 10px 20px;
}

#chamada-principal {
    padding: 10px 0px 10px 30px;
}

.texto-pri-chamada-principal {
    font-size: 57px;
    line-height: 60px;
    color: #485b75;
    font-weight: 100;
    padding-top: 20px;
}

    .texto-pri-chamada-principal span {
        font-weight: bold;
        color: #707d0c;
    }

.texto-sec-chamada-principal {
    font-size: 20px;
    line-height: 25px;
    color: #3e4042;
    padding-top: 20px;
    padding-bottom: 50px;
}


.titulos-sci {
    font-size: 47px;
    line-height: 50px;
    color: #485b75;
    font-weight: 100;
    padding: 15px 200px 20px 200px;
    text-align: center;
}

.texto-titulos-sci {
    padding: 5px 200px;
    font-size: 18px;
    line-height: 22px;
}

.titulos-sci span {
    color: #707d0c;
    font-weight: bold;
}

.titulos-sci-menor {
    font-size: 30px;
    line-height: 35px;
    color: #485b75;
    font-weight: 100;
    padding: 15px 250px 20px 250px;
    text-align: center;
}

    .titulos-sci-menor span {
        color: #485b75;
        font-weight: bold;
    }



/*=====Lista 4 itens=====*/
.lista-quadruplo {
    padding: 10px 20px;
}

.list4-canais {
    display: block;
    vertical-align: top;
    padding: 20px 0px 40px 0px;
}

    .list4-canais ul {
    }

        .list4-canais ul li {
            display: inline-block;
            vertical-align: top;
            width: 24.5%;
            text-align: center;
            padding: 15px;
        }

.titulo-list4-canais {
    font-size: 20px;
    color: #364c6b;
    line-height: 22px;
    font-weight: bold;
    padding: 10px 0px;
}

.texto-list4-canais {
    font-size: 16px;
    line-height: 18px;
}

.img-list4-canais {
    padding: 5px;
}

/*===== Duas colunas alinhadas =====*/
#coluna-dupla {
    padding: 30px 20px;
}

.item-coluna-dupla {
    padding: 0px 50px 30px 50px;
    text-align: center;
}

.padd40 {
    padding-bottom: 40px;
}

.img-coluna-dupla {
    padding: 10px 0px;
}

.titulo-coluna-dupla {
    font-size: 25px;
    line-height: 28px;
    padding: 10px 0px;
    color: #485b75;
}

.texto-coluna-dupla {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0px;
    color: #18191a;
}



/*=====perguntas frequentes=====*/
#perguntas-frequentes-sci {
    padding: 10px 20px 50px 20px;
}

.perguntas-sci {
    padding: 20px 20px;
}

.titulo-perguntas-sci {
    font-size: 20px;
    line-height: 26px;
    color: #374c68;
    font-weight: bold;
}

.texto-perguntas-sci {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    padding-top: 5px;
}


/*=====depoimentos=====*/
#depoimento-sci {
    padding: 10px 20px 50px 20px;
    text-align: center;
}


.img-depoimentosci {
    border-radius: 100%;
    border: 6px solid #e6e5e5;
    width: 150px;
    height: 150px;
    background-color: purple;
}

.texto-depoimentosci {
    padding: 15px 200px;
    font-size: 16px;
    line-height: 20px;
}

.nome-pessoa-depoimentosci {
    padding: 10px 0px 5px 0px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #3a649b;
}

.cargo-depoimentosci {
    padding-bottom: 10px;
    font-style: italic;
    font-size: 13px;
}

    .cargo-depoimentosci a {
        font-weight: 600;
    }

        .cargo-depoimentosci a:hover {
            color: steelblue;
        }

/*=====perguntas frequentes=====*/
.titulo-seguranca-dados {
    font-size: 27px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 75px;
    padding: 15px;
    border-bottom: 2px solid #485b75;
    background-color: #485b75;
}

.itens-seguranca-dados {
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}

.nome-item-seguranca-dados {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 8px;
}

.descricao-item-seguranca-dados {
    font-size: 15px;
    line-height: 20px;
}



/*============== Home Blog ==============*/

.list-blog-home {
}

    .list-blog-home ul {
        list-style: none;
    }

        .list-blog-home ul li {
            display: inline-block;
            position: relative;
            width: 31%;
            margin: 1%;
            text-align: center;
            vertical-align: top;
        }

            .list-blog-home ul li a {
                display: block;
                vertical-align: middle;
                padding: 30px 20px;
                background-color: #fafafb;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                cursor: pointer;
                border: 1px solid #fafafb;
                transition: all linear 0.1s;
                -webkit-transition: all linear 0.1s;
                -moz-transition: all linear 0.1s;
                -o-transition: all linear 0.1s;
            }

                .list-blog-home ul li a:hover {
                    background-color: #ffffff;
                    border: 1px solid #79df02;
                }

    .list-blog-home .categoria-blog-home {
        display: block;
        vertical-align: middle;
        padding: 20px 0px 10px 0px;
        font-size: 14px;
        font-style: italic;
        color: #374c68;
    }

.titulo-blog-home {
    display: block;
    vertical-align: top;
    padding: 0px 0px 10px 0px;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #374c68;
}

.texto-blog-home {
    display: block;
    vertical-align: middle;
    padding-bottom: 10px;
    color: #374c68;
}

.btn-ver-materia {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -30px;
    z-index: 100;
    width: 58px;
    height: 58px;
    line-height: 57px;
    margin-top: 20px;
    background-color: #95c415;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    -webkit-box-shadow: -2px 6px 10px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow: -2px 6px 10px 0px rgba(50, 50, 50, 0.31);
    box-shadow: -2px 6px 10px 0px rgba(50, 50, 50, 0.31);
}

.list-blog-home ul li a:hover .btn-ver-materia {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
    z-index: 100;
    width: 58px;
    height: 58px;
    line-height: 57px;
    margin-top: 22px;
    background-color: #79df02;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    -webkit-box-shadow: -2px 10px 16px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: -2px 10px 16px 0px rgba(50, 50, 50, 0.21);
    box-shadow: -2px 10px 16px 0px rgba(50, 50, 50, 0.21);
}

.btn-ver-mais {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 50px;
    background-color: #374c68;
    color: #ffffff;
}

    .btn-ver-mais:hover {
        background-color: #2e63a9;
        color: #ffffff;
        padding: 18px 70px;
    }


/*=====OutrosCanais=====*/
#outros-canais {
    padding: 20px 20px 80px 20px;
}

.lista-outros-canais {
    padding: 20px 0px;
}

    .lista-outros-canais ul {
    }

        .lista-outros-canais ul li {
            width: 32%;
            margin: 5px;
            display: inline-block;
            vertical-align: top;
            background-color: #fcfcfb;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            text-align: center;
            border: 1px solid #cecece;
        }

.titulo-lista-outros-canais {
    background-color: #485b75;
    color: #ffffff;
    padding: 15px 20px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 23px;
    line-height: 25px;
    font-weight: 100;
}

.texto-lista-outros-canais {
    padding: 0px 25px 50px 25px;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
}

.img-lista-outros-canais {
    padding: 20px;
}

.link-lista-outros-canais {
    padding: 10px 25px;
    color: #FFFFFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #707d0c;
    font-size: 22px;
    line-height: 25px;
}

    .link-lista-outros-canais:hover {
        padding: 10px 25px;
        color: #fff;
        font-size: 22px;
        line-height: 25px;
        background-color: #839215;
        box-shadow: 2px 7px 7px 0px rgba(50, 50, 50, 0.47);
        -webkit-box-shadow: 2px 7px 7px 0px rgba(50, 50, 50, 0.47);
        -moz-box-shadow: 2px 7px 7px 0px rgba(50, 50, 50, 0.47);
        box-shadow: 2px 7px 7px 0px rgba(50, 50, 50, 0.47);
        -moz-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }



/*==============================================*/
/*==========  @Medias em resoluções  ===========*/
/*==============================================*/
@media all and (max-width:1300px) {
}

@media all and (max-width:1200px) {
}

@media all and (max-width:1100px) {

    /*=====depoimentos=====*/
    .texto-depoimentosci {
        padding: 15px 200px;
    }
    /*=====chamada principal=====*/
    .texto-pri-chamada-principal {
        font-size: 50px;
        line-height: 57px;
        color: #485b75;
        font-weight: 100;
        padding-top: 20px;
    }
    /*=====OutrosCanais=====*/
    .texto-lista-outros-canais {
        padding: 0px 15px 50px 15px;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
    }

    .lista-outros-canais ul li {
        width: 32%;
        margin: 3px;
        display: inline-block;
        vertical-align: top;
        background-color: #fcfcfb;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #cecece;
    }
}

@media all and (max-width:960px) {
    .centraliza-texto {
        text-align: center;
    }

    .titulos-sci-menor {
        padding: 15px 200px 20px 200px;
    }

    .titulo-list4-canais {
        font-size: 18px;
        color: #364c6b;
        line-height: 20px;
        font-weight: bold;
        padding: 5px 0px;
    }

    .texto-list4-canais {
        font-size: 14px;
        line-height: 16px;
    }

    /*=====chamada principal=====*/
    .texto-pri-chamada-principal {
        font-size: 40px;
        line-height: 45px;
        color: #485b75;
        font-weight: 100;
        padding-top: 20px;
    }
    /*=====Padrão=====*/
    .titulos-sci {
        font-size: 37px;
        line-height: 37px;
        color: #485b75;
        font-weight: 100;
        padding: 15px 100px;
    }

    .texto-titulos-sci {
        padding: 5px 50px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media all and (max-width:800px) {

    .titulos-sci-menor {
        padding: 15px 150px 20px 150px;
    }

    .list4-canais ul li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        text-align: center;
        padding: 15px;
    }

    .item-coluna-dupla {
        padding: 0px 10px 30px 10px;
        text-align: center;
    }

    /*=====Blog=====*/
    .list-blog-home {
    }

        .list-blog-home ul {
            list-style: none;
        }

            .list-blog-home ul li {
                display: block;
                position: relative;
                width: 98%;
                margin-bottom: 60px;
                text-align: center;
                vertical-align: top;
                padding: 0px 10px;
            }

    /*=====depoimentos=====*/
    .texto-depoimentosci {
        padding: 15px 100px;
    }
}

@media all and (max-width:720px) {
   
    .titulos-sci-menor {
        padding: 15px 50px 20px 50px;
    }

    /*=====chamada principal=====*/
    .texto-pri-chamada-principal {
        font-size: 40px;
        line-height: 45px;
        color: #485b75;
        font-weight: 100;
        padding-top: 20px;
        padding-right: 180px;
    }

    .texto-sec-chamada-principal {
        padding-bottom: 30px;
        padding-right: 180px;
    }

    /*=====OutrosCanais=====*/
    .lista-outros-canais ul li {
        width: 100%;
        margin: 0px 0px 40px 0px;
        display: inline-block;
        vertical-align: top;
        background-color: #fcfcfb;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #cecece;
    }
}

@media all and (max-width:600px) {

    /*=====chamada principal=====*/
    .texto-pri-chamada-principal {
        font-size: 40px;
        line-height: 45px;
        color: #485b75;
        font-weight: 100;
        padding-top: 10px;
        padding-right: 180px;
    }

    .texto-sec-chamada-principal {
        padding-bottom: 30px;
        padding-right: 180px;
    }

    /*=====depoimentos=====*/
    .texto-depoimentosci {
        padding: 15px 0px;
        font-size: 14px;
    }

    /*=====Padrão=====*/
    .titulos-sci {
        font-size: 37px;
        line-height: 37px;
        color: #485b75;
        font-weight: 100;
        padding: 15px 0px;
    }

    .texto-titulos-sci {
        padding: 15px 20px;
        font-size: 16px;
        line-height: 20px;
    }

    /*=====seguranca=====*/
    .titulo-seguranca-dados {
        font-size: 23px;
        line-height: 26px;
        font-weight: bold;
        padding: 15px 15px;
        border-bottom: 2px solid #485b75;
    }
}

@media all and (max-width:560px) {
}

@media all and (max-width:480px) {
    .top70 {
        margin-bottom: 260px;
        text-align: center;
        display: block;
        margin-left: 100px;
        margin-right: 100px;
    }

    .titulos-sci-menor {
        padding: 15px 20px 20px 20px;
    }

    .list4-canais ul li {
        display: block;
        vertical-align: top;
        width: 100%;
        text-align: center;
        padding: 15px;
    }

    /*=====teste gratis=====*/
    .titulo-form-fale-com-um-consultor {
        font-size: 35px;
    }

    /*=====perguntas=====*/
    .perguntas-sci {
        text-align: center;
        padding: 20px 0px;
    }

    .titulo-perguntas-sci {
        font-size: 18px;
        line-height: 22px;
        color: #374c68;
        font-weight: bold;
    }

    .texto-perguntas-sci {
        font-size: 15px;
        line-height: 20px;
        color: #000000;
        padding-top: 5px;
    }

    /*=====chamada principal=====*/
    #chamada-principal {
        padding: 10px 0px 10px 0px;
    }

    .texto-pri-chamada-principal {
        font-size: 40px;
        line-height: 45px;
        color: #485b75;
        font-weight: 100;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .texto-sec-chamada-principal {
        padding-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
}

@media all and (max-width:400px) {
    .top70 {
        margin-bottom: 260px;
        text-align: center;
        display: block;
        margin-left: 50px;
        margin-right: 50px;
    }
    /*=====chamada principal=====*/
    .texto-pri-chamada-principal {
        font-size: 33px;
        line-height: 40px;
        color: #485b75;
        font-weight: 100;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .texto-sec-chamada-principal {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
}

@media all and (max-width:380px) {
    .top70 {
        margin-bottom: 230px;
        text-align: center;
        display: block;
        margin-left: 50px;
        margin-right: 50px;
    }

    /*=====teste gratis=====*/
    .titulo-form-fale-com-um-consultor {
        font-size: 25px;
    }

    .titulo-area {
        font-size: 35px;
        line-height: 40px;
        color: #374c68;
        font-weight: bold;
        padding: 10px;
    }
}

@media all and (max-width:360px) {

    .titulos-sci-menor {
        padding: 15px 0px 20px 0px;
    }

    /*=====Padrão=====*/
    .titulos-sci {
        font-size: 30px;
        line-height: 30px;
        color: #485b75;
        font-weight: 100;
        padding: 15px 0px;
    }
    /*=====chamada principal=====*/
    .texto-pri-chamada-principal {
        font-size: 33px;
        line-height: 40px;
        color: #485b75;
        font-weight: 100;
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .texto-sec-chamada-principal {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
}

@media all and (max-width:330px) {
}

@media all and (max-width:320px) {
}



/*==========  Impressão  ==========*/

@media print {
    header, footer {
        display: none
    }
}
