@charset "UTF-8";
/* CSS Document */

body{
    padding: 0px;
    background: #ccc;
    margin: 0;
    color: #9d9d9d;
    
}


/* =============================================== */
/* RESET */

#INFOIG p, h1, h2, h3, h4, h5, ul, li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#adServersCounters{
    display:none;
}


/* =============================================== */
/* LIKE BAR  -  Sobrescrevendo o tamanho da barra default */

#like{
    width: 652px; 
}

/* =============================================== */
/* FONT */



/* =============================================== */
/* INIT */

#INFOIG{
    position: relative;
    width: 652px;
    height: 831px;
    background: #000;
    overflow: hidden;
    background: black;
    font-family: 'Montserrat', "Verdana", "Arial";
}



#INFOIG .hide{
    display:none;
}



/* =============================================== */
/* TRAVA CLIQUE */

#INFOIG .ctTrava{
    position:absolute;
    top:0;
    left:0;
    background: #F00;
    width: 100%;
    height: 100%;
    z-index:899;
}


/* =============================================== */
/* LOADING */

#INFOIG .ctTelaLoading{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: gray;
    background: #CCC;
    z-index: 900;
}

#INFOIG .ctTelaLoading .titulo{
    position: absolute;
    top: 220px;
    left: 350px;
    font-size: 13px;
}



/* =============================================== */
/* PUBLICIDADE */
/*


#INFOIG .ctSeloPublicitario{
    position: absolute;
    background: red;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 950
}


#INFOIG .ctBannerPublicitario{
    position: absolute;
    background: red;
    width: 300px;
    height: 142px;
    top: 50%;
    left: 50%;
    margin-top: -71px;
    margin-left: -150px;
    z-index: 951;
}

*/


/* =============================================== */
/* LOGO */

#INFOIG .ctLogo{
    position:absolute;
    top:0;
    left:0;
    width: 100px;
    height: 100px;
    z-index: 850;
    background: url('../img/logo.png');
    /*display: none;*/
}


/* =============================================== */
/* NAVEGADOR - AVANCAR */

/*#INFOIG .ctNav{
    position: absolute;
    z-index: 851;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    background: red;
    color: white;
    cursor: pointer;
}*/


/* =============================================== */
/* COMPARTILHAR */

#INFOIG .ctCompartilhar{
    position: absolute;
    background: #eee;
    width: 100px;
    height: 42px;
    z-index:890;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    display: none;
}

#INFOIG .ctCompartilhar .fb{
    position: absolute;
    width: 42px;
    height: 42px;
    background: url('../img/bt_fb.png') no-repeat;
    cursor: pointer;
    left:0;
}

#INFOIG .ctCompartilhar .fb:hover,
#INFOIG .ctCompartilhar .tt:hover{
    background-position: right;
}

#INFOIG .ctCompartilhar .tt{
    position: absolute;
    width: 42px;
    height: 42px;
    background: url('../img/bt_tt.png') no-repeat;
    cursor: pointer;
    right: 0;
}





/* =============================================== */
/* TELAS */

#INFOIG .ctTela{
    height:100%;
    width: 100%;
    position:absolute;
    display: none;
    /*padding: 20px;*/
}




/* TELA 1 */

#INFOIG #info_tela_01{
    background: url('../img/bg.jpg');
}

#INFOIG .ctDiv{
    background: url('../img/divisoria.png') bottom no-repeat;
}

#INFOIG .icone{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    left: 29px;
}

#INFOIG .areaInputs {
    position: absolute;
    width: 525px;
    top: 50%;
    height: 80px;
    margin-top: -40px;
    left: 125px;
}


#INFOIG .areaInputs h2{
    font-size: 15px;
    color: #5c6e73;
    font-style:italic;
    margin-bottom: 5px;
}

#INFOIG .areaInputs .areaCampo{
    width: 143px;
    height: 55px;
    font-size: 10px;
    position: relative;
    text-transform: uppercase;
    line-height: 11px;
    float: left;
    margin-right: 25px;
}

#INFOIG .areaInputs .areaCampo.small{
    width: 103px;
    margin-right: 22px
}

#INFOIG .areaInputs .areaCampo p{
    position: absolute;
    bottom:0;
    margin-bottom: 33px;
    text-shadow: 1px 1px #000; 
}

#INFOIG .areaInputs .areaCampo input{
    display: inline-block;
    color: #a3b1b5;
    position: absolute;
    bottom:0;
    text-align:right;
    width: 125px;
    height: 30px;
    border: 0;
    background: url("../img/inputBg.png") no-repeat;
    padding: 0 8px;
    outline: 0;
    font-style:italic;
    font-size: 13px;
    border-radius: 5px;
    
    width: 88%;
    
}

#INFOIG .areaInputs .areaCampo input.active{
    box-shadow: 0px 0px 10px #b0c4d0
}

#INFOIG .areaInputs .areaCampo.small input{
    width: 83px;
    background: url("../img/inputBg_small.png") no-repeat;
    
    width: 84%;
}


#INFOIG .areaInputs .areaCampo input[disabled]{
    background: none;
    border-bottom: 1px dotted #5c6e73;
     
}




#INFOIG .areaInputs .areaCampo .interrogacao{
    position: absolute;
    
    width: 28px;
    height: 28px;
    
    background: url("../img/bt_interrogacao.png") no-repeat;
    
    top:-2px;
    right: -3px;
}


/* TOOLTIP */
#INFOIG .areaInputs .areaCampo .interrogacao:hover:after{
    content:attr(rel);
    position: absolute;
    padding: 12px;
    box-shadow: 2px 2px 2px #000;
    border-radius: 5px;
    background: #445155;
    font-size: 11px;
    bottom: 35px;
    width:150px;
    z-index: 1000;
    color: white;
    text-transform:none;
    line-height: 16px;
    margin-left: -75px;
}

#INFOIG .areaInputs .areaCampo .interrogacao:hover{
    background: url("../img/bt_interrogacaoOver.png") no-repeat;
}

#INFOIG #depDepAnu .interrogacao:hover:after{
    margin-left: -100px;
    width:120px;
}
/* ******************************************** */



#INFOIG .areaTitulo{
    height: 129px;
}

    #INFOIG .areaTitulo .titulo{
        height:inherit;
        background: url('../img/titulo.png') center bottom no-repeat;
    }




#INFOIG .areaCarro{
    position: relative;
    height: 140px;
}

    #INFOIG .areaCarro .icone{
        background: url("../img/ico_carro.png?v2") no-repeat;
        top: 68px;
        left: 29px;
    }



#INFOIG .areaCombustivel{
    position: relative;
    height: 140px;
}

    #INFOIG .areaCombustivel .icone{
        background: url("../img/ico_combustivel.png?v2") no-repeat;
        top: 68px;
        left: 34px;
    }





#INFOIG .areaTaxas{
    position: relative;
    height: 133px;
}

    #INFOIG .areaTaxas .icone{
        background: url("../img/ico_dindin.png?v2") no-repeat;
        top: 69px;
        left: 29px;
    }




#INFOIG .areaGastos{
    position: relative;
    height: 150px;
}

    #INFOIG .areaGastos .icone{
        background: url("../img/ico_gastos.png?v2") no-repeat;
        top: 67px;
        left: 29px;
    }


#INFOIG .icone{
        transition: all 0.5s;
    }


#INFOIG .icone.active{
        background-position: -80px 0px;
    }


#INFOIG .areaResultado{
    position: relative;
    height: 80px;
}

#INFOIG .areaResultado .resultado{
    position: absolute;
    text-align: right;
    right: 45px;
    bottom: 0;
    color: #5c6e73;
    font-weight: bold;
    font-style: italic;
}

    #INFOIG .areaResultado .resultado span{
        color: #a3b1b5;
        font-weight: lighter;
        font-size: 40px;
        margin-left: 5px;
        /*font-family: 'Open Sans';*/
        font-family: 'Josefin Sans';
    }

    #INFOIG .areaResultado input.ctResultado{
        display: none;
    }


#INFOIG .areaCreditos {
    position: relative;
    font-size: 10px;
    color: #5c6e73; 
    font-weight: bold;
    top: 25px;
    text-align:right;
    padding-right: 45px;
}

#INFOIG .areaCreditos a{
    color: inherit;
    text-decoration:none;
}

#INFOIG .areaCreditos a:hover{
    color: #8dafb9;
}


