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

@import url(fontes.css); /* -- FONTES -- */
@import url(reset.css); /* --- RESET --- */

/* ----------------- ALTERA COR DO TEXTO SELECIONADO ----------- */
*::-moz-selection {
    background:#000;  /*---Cor de fundo--*/
    color:#fff;   /*--cor da fonte--*/
}
*::selection {
    background:#000;/*---Cor de fundo--*/
    color:#fff;  /*--cor da fonte--*/
}

/* ----------------- ALTERA COR DO TEXTO SELECIONADO ----------- */

object{
    display:none;	
}

/* -------------------------- GERAL ---------------------------- */
.conteudo{
    width: calc(100% - 20px);
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
b{font-weight: bold;}
p {
    font: 13px 'opensans_regular', sans-serif;
    letter-spacing: -0.1px;
    color: #7c828a;
    text-align: justify;
}
span {
    font: 13px 'opensans_regular', sans-serif;
    letter-spacing: -0.1px;
    color: #fff;
    text-transform: uppercase;
}
h1 {
    font: 37px 'bebasneueregular', sans-serif;
    letter-spacing: -0.4px;
    color: #7c828a;
}
h2 {
    font: 37px 'bebasneueregular', sans-serif;
    letter-spacing: -0.4px;
    color: #fff;
    text-transform: uppercase;
}
h3 {
    font: 23px 'bebasneueregular', sans-serif;
    color: #7c828a;
    text-transform: uppercase;
}
.fontzero{font-size: 0px;}
.clear{
    clear: both;

}
/* --------------------------- BOTÕES APPS  -------------------------- */
.bt-app{
    display: block;
    position: fixed;
    top: 100px;
    left: -45px;
    width: 190px;
    z-index: 999;
    transform: rotate(-90deg);
}
#fechar-app{
    display: none;
    background: url(../imagens/sair.png)center;
    background-size: contain;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 59px;
    height: 23px;
    font-size: 0;
    cursor: pointer;
}
.bt-app .app-center{
    margin: 0 auto;
    width: 190px;
    display: block;
}
.txt-app{
    font: 23px 'bebasneueregular', sans-serif;
    color: #f17016;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.bt-android{
    display: block;
    float: left;
    width: 90px;
    height: 40px;
    background: url(../imagens/bt-android.jpg) ;
    /*background-size: cover;*/
    border-radius: 4px;
    opacity: .7;
}
.bt-ios{
    display: block;
    float: right;
    width: 90px;
    height: 40px;
    background: url(../imagens/bt-ios.jpg);
    /*background-size: cover;*/
    border-radius: 4px;
    opacity: .7;
}
.bt-android:hover, .bt-ios:hover{opacity: 1; transition: .3s;}

/* --------------------------- HEADER -------------------------- */
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 560px;
    z-index: 2;
}
.bg_header{
    background: url(../imagens/base/bg_topo.png) no-repeat left top;
    width: 800px;
    height: 560px;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
    z-index: 1;
}
.logo{
    background: url(../imagens/base/logo_branca.png) no-repeat top center;
    width: 259px;
    height: 68px;
    margin: 40px auto;
    display: block;
}
ul#menu {
    font: 12px 'opensans_regular', sans-serif;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    text-transform: uppercase;
}
#menu li {
    margin: 20px auto;
}
#menu li:hover a , .menu_at{
    color: #f17016;
    background: url(../imagens/base/menu-hover.png) no-repeat right center;
    padding-right: 25px; 
    padding-top: 3px;
}



/* --------------------------- TABELAS -------------------------- */

article.comparativo {
    display: block;
    width: 100%;
    float: left;
}
.cabecalho{
    background: #f4f4f4;
    width: 100%;
    padding: 25px 0;
    position: relative;
    border-bottom: 1px solid #fff;
}
.cabecalho .name{
    font: 28px 'bebasneueregular', sans-serif;
    letter-spacing: -0.4px;
    color: #7c828a;
    text-transform: uppercase;
}
.corpo{
    background: #e9e9e9;
    width: 100%;
    padding: 30px 0 45px;
    border-bottom: 1px solid #fff;
    display: none;
}
.corpo .name{
    font: 13px 'OpenSans_Regular', sans-serif;
    letter-spacing: -0.1px;
    color: #7c828a;
    text-transform: none;
}
.cabecalho table, .corpo table{
    width: calc(100% - 10px);
    max-width: 960px;
    margin: 0 auto;
    color: #7c828a;
}
table .item {
    width: 12.5%;
    text-align: center;
    padding: 5px 0;
}
table .item p{
    text-align: center;
}
.corpo tr {
    border-bottom: 1px solid rgba(98,98,98,.3);
}
.bt_comparativo{
    color: #848484;
    text-transform: uppercase;
    position: absolute;
    right: 50px;
    top: 25px;
    width: 41px;
    text-align: center;
    cursor: pointer;
    padding: 36px 0 0 0;
    font: 12px 'bebasneueregular', sans-serif;
    background: url('../imagens/inicial/versoes/seta.png') no-repeat top center;
}


/* --------------------------- SUPORTE -------------------------- */
.suporte-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 683px;
    margin: 0 auto;
}
.suporte-flex .item{
    flex-basis: 33.333333%;
}
.item.passo1{
    background:#289e7b  url(../imagens/inicial/suporte/bg_1.png) no-repeat center top 190px;
}
.item.passo2{
    background:#d07536  url(../imagens/inicial/suporte/bg_2.png) no-repeat center top 190px;
}
.item.passo3{
    background: #4b67aa url(../imagens/inicial/suporte/bg_3.png) no-repeat center top 190px;
}
.numeral{    
    font: 40px 'clementepdao_heavy', sans-serif;
    display: block;
    width: 35px;
    background: url(../imagens/inicial/suporte/3.png) no-repeat center;
    text-align: center;
    padding: 29px;
    margin: 70px auto;
}
.numeral.num1{    
    background: url(../imagens/inicial/suporte/1.png) no-repeat center;
}
.numeral.num2{    
    background: url(../imagens/inicial/suporte/2.png) no-repeat center ;
}
.numeral.num3{    
    background: url(../imagens/inicial/suporte/3.png) no-repeat center;
}
.suporte-flex p{
    text-align: center;
    color: #fefefe;
    margin: 150px auto 90px;
}
.suporte-flex .txt_teamviewer, .suporte-flex .bt-solicite{
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ffffff80;
    font-size: 15px;
    cursor: pointer;
}


/* --------------------------- FOOTER -------------------------- */
footer{
    display: block;
    width: 100%;
    float: left;
    color: #fff;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 60px 0 53px;
    font: 11px 'opensans_regular', sans-serif;
    background: url(../imagens/base/bg_rodape.jpg) no-repeat top left;
    background-size: cover;
}
.logo_rodape {
    display: block;
    width: 347px;
    height: 91px;
    float: right;
    background: url(../imagens/base/logo_rodape.png) no-repeat top right;
}
.email {
    margin: 8px auto;
}
ul#menu_rodape {
    display: block;
    margin: 40px auto;
}
#menu_rodape li{
    display: inline-block;
    margin: 0px auto;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 20px;
}

#menu_rodape li a{
    color: #ffffff80;
}
#menu_rodape li:hover a, .menu_rodape_at {
    color: #ffffff !important;
}
.direitos{
    display: block;
    width: 380px;
}
copyright{
    font-size: 8px;
    float: left;

}
.w7{
    display: block;
    background: url(../imagens/base/lapis.png) no-repeat top left;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -9px;
}

.whatsapp-button {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
}

.whatsapp-button img {
    height: 100%;
    width: 100%;
}