@charset "utf-8";
/* CSS INICIAL */

@import url(base.css); /* -- BASE -- */

/*SOBRE */
.section_sobre{
    background: url(../imagens/inicial/bg_sobre.png) no-repeat left top;
    display: block;
    float: left;
    width: 100%;
    padding: 65px 0;
    position: relative;
    /* overflow-x: hidden; */
}
.section_sobre h1 strong{
    color: #1d439b;
    font-size: 44px;
    font-weight: bold;
}
.section_sobre p{
    max-width: 375px;
    margin-top: 30px;
}
.bt_sobre {
    font: 18px 'bebasneueregular', sans-serif;
    letter-spacing: -0.4px;
    color: #1d439b;    
    background: url(../imagens/inicial/detalhe_bt.png) no-repeat bottom right;
    width: 50px;
    margin-top: 31px;
    display: block;
    cursor: pointer;
}
/* detalhe */
.bloco_detalhe {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 876px;
    height: 838px;
}
.bloco_detalhe .pc {
    margin-top: -270px;
}
.det_laranja {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 608px;
    height: 600px;
    display: block;
    background: url(../imagens/inicial/detalhe_laranja.png) no-repeat top left;
    mix-blend-mode: multiply;
}
.info_vantagens {
    display: block;
    position: absolute;
    top: 390px;
    left: 110px;
    text-align: center;
    text-align-last: center;
    padding: 24px 0 70px;
    background: url(../imagens/inicial/seta_sobre.png) no-repeat top center;
}
.info_vantagens span {
    margin: 17px auto 0;
    width: 300px;
    display: block;
}
/* FIM - detalhe */

ul.vantagens{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 320px auto 0;
}
.vantagens li{
    display: inline-block;

}
.vantagens .item{
    display: block;
    width: 155px;
    height: 155px;
    border: 2px solid #e4e4e4;
    border-radius: 50%; 
    margin-bottom: 22px;
}
.item.cadastro{
    background: url(../imagens/inicial/item_cadastro.png) no-repeat center;
}
.item.consultas{
    background: url(../imagens/inicial/item_consulta.png) no-repeat center;
}
.item.relatorios{
    background: url(../imagens/inicial/item_relatorio.png) no-repeat center;
}
.item.graficos{
    background: url(../imagens/inicial/item_grafico.png) no-repeat center;
}
.item.auditoria{
    background: url(../imagens/inicial/item_auditoria.png) no-repeat center;
}
.item.pagamento{
    background: url(../imagens/inicial/item_pagamento.png) no-repeat center;
}
.bt_saiba {
    font: 18px 'bebasneueregular', sans-serif;
    letter-spacing: -0.4px;
    color: #1d439b;    
    background: url(../imagens/inicial/detalhe_bt.png) no-repeat bottom right;
    margin: 40px auto 0;
    display: block;
    width: 115px;
    cursor: pointer;
}


/* CLIENTES */
.section_clientes{
    padding: 50px 0 ;    
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
.section_clientes h1 {
    text-align: center;
    color: #1d439b;
}
.section_clientes p {
    max-width: 390px;
    margin: 30px auto;
    text-align: center;
    line-height: 20px;
}
.slide {
    max-width: 465px;
}
.img_slide {
    float: left;
    border-radius: 50%;
}
p.txt_slide {
    background: url(../imagens/inicial/clientes/bg_txt.png) no-repeat top right, url(../imagens/inicial/clientes/aspas.png) no-repeat top  20px left 70px;
    float: right;
    max-width: 330px;
    padding: 50px 30px 0 60px;
    height: 260px;
    text-align: justify;
    letter-spacing: -0.5px;
    line-height: 19px;
    margin: 20px auto 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.slide h4 {
    font: 20px 'bebasneueregular', sans-serif;
    color: #1d439b;
    width: 270px;
    float: right;
}
h4 em {
    font: 13px 'opensans_regular', sans-serif;
    letter-spacing: -0.7px;
    color: #7c828a;
}
/* botões */
.bx-pager.bx-default-pager {
    display: none;
}
.section_clientes .bx-prev {
    position: absolute;
    top: 120px;
    left: -170px;
    width: 42px;
    height: 82px;
    background: url(../imagens/inicial/clientes/seta.png) no-repeat left top;
    font-size: 0;
}
.section_clientes .bx-next {
    position: absolute;
    transform: rotate(180deg);
    top: 120px;
    right: -170px;
    width: 42px;
    height: 82px;
    background: url(../imagens/inicial/clientes/seta.png) no-repeat left top;
    font-size: 0;
}

.bt_todos {
    font: 18px 'bebasneueregular', sans-serif;
    letter-spacing: -0.4px;
    color: #1d439b;    
    background: url(../imagens/inicial/detalhe_bt.png) no-repeat bottom right;
    width: 50px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

/* ONDE ESTAMOS */
.section_onde{
    display: block;
    width: 100%;
    float: left;
    height: 432px;
    background: url(../imagens/inicial/mapa/bg_onde.jpg) no-repeat top 0px center;
    position: relative;
    background-size: cover;
}
.section_onde .mapa{
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 215px);
    width: 432px;
    height: 432px;
    background: url(../imagens/inicial/mapa/mapa.png) no-repeat top center;
}
.txt_onde{
    display: block;
    float: left;
    width: 305px;
    padding-right: 82px;
    margin-top: 140px;
    background: url(../imagens/inicial/mapa/seta.png) no-repeat bottom right;
}
.txt_onde h1{
    color: #fff;
    margin-bottom: 20px;
}
.txt_onde p{
    color: #fff;
    line-height: 23px;
}
.local{
    display: block;
    float: right;
    width: 230px;
    height: 190px;
    overflow-y: scroll;
    margin-top: 100px;
}
.local h4{
    font: 20px 'bebasneueregular', sans-serif;
    padding: 1px 0 0px 35px;
    color: #fff;
    background: url(../imagens/inicial/mapa/bg_titulo.png) no-repeat left center/8%;
    margin-bottom: 15px;
}


/* SCRROLL */
.local::-webkit-scrollbar{
    background: url(../imagens/inicial/mapa/bg_scroll.png) repeat-y center top;
    width: 8px;
}
.local::-webkit-scrollbar-button{
    /*background-color: #007dbb;*/
}
.local::-webkit-scrollbar-track {
    /*background-color: blue;*/
}
.local::-webkit-scrollbar-track-piece  {
    /*background-color: red;*/
}
.local::-webkit-scrollbar-corner  {
    background-color: #007dbb;
}
.local::-webkit-resizer  {
    /*background-color: #007dbb;*/
}
.local::-webkit-scrollbar-thumb {
    background-color: #f17019;
    border-radius: 3px;
}

.mapa .estado{
    display: block;
    position: absolute;
}

.mapa .estado:hover {
    cursor: pointer;
    background-position: initial !important;
}

.mapa .ac{
    /*background: url(../imagens/inicial/mapa/AC.png) no-repeat top left;*/
    width: 85px;
    height: 41px;
    top: 139.5px;
    left: 4px;
    z-index: 9;
}
.mapa .ac:hover{background: url(../imagens/inicial/mapa/AC.png) no-repeat top left; background-size: auto;}
.mapa .al{
    /*background: url(../imagens/inicial/mapa/AL.png) no-repeat top left;*/
    width: 31px;
    height: 17px;
    top: 157px;
    left: 396.5px;
    z-index: 7;
}
.mapa .al:hover{background: url(../imagens/inicial/mapa/AL.png) no-repeat top left;}
.mapa .am{
    /*background: url(../imagens/inicial/mapa/AM.png) no-repeat top left;*/
    width: 182px;
    height: 130px;
    top: 36px;
    left: 4.7px;
}
.mapa .am:hover{background: url(../imagens/inicial/mapa/AM.png) no-repeat top left;}
.mapa .ap{
    /*background: url(../imagens/inicial/mapa/AP.png) no-repeat top left;*/
    width: 54px;
    height: 61px;
    top: 13px;
    left: 211px;
    z-index: 9;
}
.mapa .ap:hover{background: url(../imagens/inicial/mapa/AP.png) no-repeat top left;}
.mapa .ba{
    /*background: url(../imagens/inicial/mapa/BA.png) no-repeat top left;*/
    width: 95px;
    height: 105px;
    top: 154px;
    left: 303px;
}
.mapa .ba:hover{background: url(../imagens/inicial/mapa/BA.png) no-repeat top left;}
.mapa .ce{
    /*background: url(../imagens/inicial/mapa/CE.png) no-repeat top left;*/
    width: 44px;
    height: 56px;
    top: 91px;
    left: 357px;
}
.mapa .ce:hover{background: url(../imagens/inicial/mapa/CE.png) no-repeat top left;}
.mapa .df{
    /*background: url(../imagens/inicial/mapa/DF.png) no-repeat top left;*/
    width: 14px;
    height: 7px;
    top: 230px;
    left: 280px;
    z-index: 99;
}
.mapa .df:hover{background: url(../imagens/inicial/mapa/DF.png) no-repeat top left;}
.mapa .es{
    /*background: url(../imagens/inicial/mapa/ES.png) no-repeat top left;*/
    width: 23px;
    height: 33px;
    top: 258px;
    left: 353px;
    z-index: 9;
}
.mapa .es:hover{background: url(../imagens/inicial/mapa/ES.png) no-repeat top left;}
.mapa .go{
    /*background: url(../imagens/inicial/mapa/GO.png) no-repeat top left;*/
    width: 76px;
    height: 71px;
    top: 196px;
    left: 230px;
    z-index: 9;
}
.mapa .go:hover{background: url(../imagens/inicial/mapa/GO.png) no-repeat top left;}
.mapa .ma{
    /*background: url(../imagens/inicial/mapa/MA.png) no-repeat top left;*/
    width: 69px;
    height: 99px;
    top: 73px;
    left: 282px;
    z-index: 9;
}
.mapa .ma:hover{background: url(../imagens/inicial/mapa/MA.png) no-repeat top left;}
.mapa .mg{
    /*background: url(../imagens/inicial/mapa/MG.png) no-repeat top left;*/
    width: 119px;
    height: 94px;
    top: 216px;
    left: 254px;
}
.mapa .mg:hover{background: url(../imagens/inicial/mapa/MG.png) no-repeat top left;}
.mapa .ms{
    /*background: url(../imagens/inicial/mapa/MS.png) no-repeat top left;*/
    width: 78px;
    height: 78px;
    top: 246px;
    left: 175px;
    z-index: 7;
}
.mapa .ms:hover{background: url(../imagens/inicial/mapa/MS.png) no-repeat top left;}
.mapa .mt{
    /*background: url(../imagens/inicial/mapa/MT.png) no-repeat top left;*/
    width: 123px;
    height: 133px;
    top: 142px;
    left: 138px;
}
.mapa .mt:hover{background: url(../imagens/inicial/mapa/MT.png) no-repeat top left;}
.mapa .pa{
    /*background: url(../imagens/inicial/mapa/PA.png) no-repeat top left;*/
    width: 140px;
    height: 134px;
    top: 33px;
    left: 166px;
}
.mapa .pa:hover{background: url(../imagens/inicial/mapa/PA.png) no-repeat top left;}
.mapa .pb{
    /*background: url(../imagens/inicial/mapa/PB.png) no-repeat top left;*/
    width: 40px;
    height: 21px;
    top: 129px;
    left: 389px;
}
.mapa .pb:hover{background: url(../imagens/inicial/mapa/PB.png) no-repeat top left;}
.mapa .pe{
    /*background: url(../imagens/inicial/mapa/PE.png) no-repeat top left;*/
    width: 69px;
    height: 20px;
    top: 142px;
    left: 360px;
}
.mapa .pe:hover{background: url(../imagens/inicial/mapa/PE.png) no-repeat top left;}
.mapa .pi{
    /*background: url(../imagens/inicial/mapa/PI.png) no-repeat top left;*/
    width: 66px;
    height: 84px;
    top: 93px;
    left: 310px;
}
.mapa .pi:hover{background: url(../imagens/inicial/mapa/PI.png) no-repeat top left;}
.mapa .pr{
    /*background: url(../imagens/inicial/mapa/PR.png) no-repeat top left;*/
    width: 69px;
    height: 44px;
    top: 307px;
    left: 213px;
    z-index: 9;
}
.mapa .pr:hover{background: url(../imagens/inicial/mapa/PR.png) no-repeat top left;}
.mapa .rj{
    /*background: url(../imagens/inicial/mapa/RJ.png) no-repeat top left;*/
    width: 38px;
    height: 22px;
    top: 291Px;
    left: 322px;
    z-index: 9;
}
.mapa .rj:hover{background: url(../imagens/inicial/mapa/RJ.png) no-repeat top left;}
.mapa .rn{
    /*background: url(../imagens/inicial/mapa/RN.png) no-repeat top left;*/
    width: 37px;
    height: 22px;
    top: 113.7px;
    left: 390px;
}
.mapa .rn:hover{background: url(../imagens/inicial/mapa/RN.png) no-repeat top left;}
.mapa .ro{
    /*background: url(../imagens/inicial/mapa/RO.png) no-repeat top left;*/
    width: 60px;
    height: 61px;
    top: 148px;
    left: 96px;
}
.mapa .ro:hover{background: url(../imagens/inicial/mapa/RO.png) no-repeat top left;}
.mapa .rr{
    /*background: url(../imagens/inicial/mapa/RR.png) no-repeat top left;*/
    width: 67px;
    height: 71px;
    top: 3px;
    left: 104px;
    z-index: 9;
}
.mapa .rr:hover{background: url(../imagens/inicial/mapa/RR.png) no-repeat top left;}
.mapa .rs{
    /*background: url(../imagens/inicial/mapa/RS.png) no-repeat top left;*/
    width: 79px;
    height: 70px;
    top: 358px;
    left: 185px;
}
.mapa .rs:hover{background: url(../imagens/inicial/mapa/RS.png) no-repeat top left;}
.mapa .sc{
    /*background: url(../imagens/inicial/mapa/SC.png) no-repeat top left;*/
    width: 65px;
    height: 34px;
    top: 344.6px;
    left: 222px;
}
.mapa .sc:hover{background: url(../imagens/inicial/mapa/SC.png) no-repeat top left;}
.mapa .se{
    /*background: url(../imagens/inicial/mapa/SE.png) no-repeat top left;*/
    width: 17px;
    height: 24px;
    top: 163.5px;
    left: 393.5px;
}
.mapa .se:hover{background: url(../imagens/inicial/mapa/SE.png) no-repeat top left;}
.mapa .sp{
    /*background: url(../imagens/inicial/mapa/SP.png) no-repeat top left;*/
    width: 87px;
    height: 57px;
    top: 278px;
    left: 234.5px;
    z-index: 8;
}
.mapa .sp:hover{background: url(../imagens/inicial/mapa/SP.png) no-repeat top left;}
.mapa .to{
    /*background: url(../imagens/inicial/mapa/TO.png) no-repeat top left;*/
    width: 52px;
    height: 88px;
    top: 117px;
    left: 254.5px;
}
.mapa .to:hover{background: url(../imagens/inicial/mapa/TO.png) no-repeat top left;}


/* CLIENTES */
.section_suporte{
    padding: 55px 0 0;    
    display: block;
    float: left;
    width: 100%;
    z-index: 9;
    position: relative;
    background: url(../imagens/inicial/bg_a.jpg) no-repeat top center;
    background-size: 100% 530px;
}
.section_suporte h1 {
    text-align: center;
    color: #fff;
}
.section_suporte p {
    max-width: 390px;
    margin: 30px auto;
    text-align: center;
    line-height: 20px;
    color: #dadada;
}

.txt_ajuda {
    font: 15px 'opensans_regular', sans-serif;
    letter-spacing: -0.1px;
    color: #7c828a;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    margin: 30px auto;
    display: block;
}
ul.telefones{
    text-align: center;    
}
ul.telefones li{
    display: inline-block;
    font: 20px 'bebasneueregular', sans-serif;
    color: #1d439b;
    text-transform: uppercase;
    margin: 0 10px;
}
ul.telefones li span{
    font: 15px 'opensans_regular', sans-serif;
    color: #7c828a;
}
ul.telefones li span em{
    font-size: 13px;
    font-style: italic;
}

/* SUGESTÕES */
.section_sugestoes{
    padding: 310px 0 60px;   
    margin: -283px auto 0; 
    display: block;
    float: left;
    width: 100%;
    position: relative;
    background: url(../imagens/inicial/sugestoes/bg_sugestoes.png) no-repeat bottom right;
}
.section_sugestoes h1 {
    color: #1d439b;
    text-align: center;
}
.section_sugestoes p {
    max-width: 570px;
    text-align: center;
    margin: 30px auto 0;
}
/* formulario*/
.bloco_formulario_sugestao {
    max-width: 480px;
}
.item_formulario, .txt_formulario, .btn_enviar, .item_select, .file_falso {
    -webkit-transition: background-color 400ms linear, border 400ms linear, background 200ms linear, color 400ms linear;
    -moz-transition: background-color 400ms linear, border 400ms linear, background 200ms linear, color 400ms linear;
    -ms-transition: background-color 400ms linear, border 400ms linear, background 200ms linear, color 400ms linear;
    -o-transition: background-color 400ms linear, border 400ms linear, background 200ms linear, color 400ms linear;
    transition: background-color 400ms linear, border 400ms linear, background 200ms linear, color 400ms linear;
    font: 10px "OpenSans_Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.item_formulario, .txt_formulario, .item_select, .file_falso {
    width: 100%;
    float: left;
    height: 25px;
    margin-bottom: 20px;
    background: none;
    display: block;
    padding: 0px;
    padding-left: 1px;
    outline: none;
    border: none;
    resize:none;
    border-bottom: 1px solid RGBA(0,0,0,.4);
    color:#7c828a;
}
label{
    display: block;
    width: 100%;
    float: left;
}
select.item_formulario{
    padding:0px;	
}
.txt_formulario {
    height:110px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.txt_formulario:hover, .item_formulario:hover {
    color:#f17016;
    border-bottom:1px solid #f17016;
}

.formulario .left{
    width: 45%;
}
.formulario .right{
    width: 45%;
    float: right;
}

.text_aviso {
    font: 11px "Lato_Regular", Arial, Helvetica, sans-serif;
    font-family: "Lato_Regular", Arial, Helvetica, sans-serif;
    font-size: 11px;		
    color:#6f6f6f;
}
.btn_enviar {
    font-family: "bebasneueregular", sans-serif;
    display: block;
    background: #f17016;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
    width: 210px;
    height: 50px;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
}
.btn_enviar:hover {
    opacity: 0.7;
}

.alerta_erro {
    font:11px "OpenSans_Regular", Arial, Helvetica, sans-serif;
    background: #fce5e7;
    color: #ca0110;
    margin: 20px auto 0;
    text-align: center;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid #ca0110;
}

/* VERSÕES */

.section_versoes {
    padding: 60px 0 0;
    margin: 0 auto;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.section_versoes h1 {
    color: #1d439b;
    text-align: center;
}
.section_versoes p {
    max-width: 570px;
    text-align: center;
    margin: 30px auto;
}
/* REDES SOCIAIS*/

.section_social{
    background: #545f6f;
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0 55px;
}
.section_social .redes{
    display: block;
    float: left;
    width: 49%;
}
.section_social .redes.face{
    float: right;
}
.redes h3{
    background: url(../imagens/inicial/insta.png) no-repeat left center;
    padding: 4px 0px 4px 35px;
    font-size: 12px;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 15px;
}
.redes.face h3{
    background: url(../imagens/inicial/face.png) no-repeat left center;
}

.facebook{
    display: block;
}
.face_mob{
    display: none;
}


/* posicoes mapa */

.estado.marcado {
    background-image: url(../imagens/icon_.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.mapa .estado.ac {
    background-position: 30px 10px;
}
.mapa .estado.rr {
    background-position: 21px 15px;
}
.mapa .estado.ap {
    background-position: 22px 20px;
}
.mapa .estado.rs {
    background-position: 37px 14px;
}
.mapa .estado.ma {
    background-position: 24px 30px;
}
.mapa .estado.ba {
    background-position: 41px 21px;
}
.mapa .estado.go {
    background-position: 25px 15px;
}
.mapa .estado.mg {
    background-position: 60px 25px;
}
.mapa .estado.sc {
        background-position: 34px 3px;
}
.mapa .estado.rj {
    background-position: 10px 0;
}
 
.xdsoft_datetimepicker .xdsoft_month span, .xdsoft_datetimepicker .xdsoft_year span {
	color: #f17016;
}