/*@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('MyriadPro-Regular.eot?') format('eot'), 
        url('MyriadPro-Regular.otf')  format('opentype'),
        url('MyriadPro-Regular.woff') format('woff'), 
        url('MyriadPro-Regular.ttf')  format('truetype'),
        url('MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}*/

@font-face {
    font-family: "MyriadPro-Regular";
    font-weight: normal;
    font-style: normal;
    src: url(/site/font/MyriadPro-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url(/site/font/GothamCondensed-Medium.woff2) format('woff2'),
    url(/site/font/GothamCondensed-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed XBlack';
    src: url('/site/font/GothamCondensed-XBlack.woff2') format('woff2'),
    url('/site/font/GothamCondensed-XBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed Ultra';
    src: url('/site/font/GothamCondensed-Ultra.woff2') format('woff2'),
    url('/site/font/GothamCondensed-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('/site/font/GothamCondensed-Light.woff2') format('woff2'),
    url('/site/font/GothamCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed XLight';
    src: url('/site/font/GothamCondensed-XLight.woff2') format('woff2'),
    url('/site/font/GothamCondensed-XLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('/site/font/GothamCondensed-Thin.woff2') format('woff2'),
    url('/site/font/GothamCondensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed Book';
    src: url('/site/font/GothamCondensed-Book.woff2') format('woff2'),
    url('/site/font/GothamCondensed-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('/site/font/GothamCondensed-Black.woff2') format('woff2'),
    url('/site/font/GothamCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('/site/font/GothamCondensed-Bold.woff2') format('woff2'),
    url('/site/font/GothamCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    overflow-x: hidden;
}
.overlayer{
    background: url(../imagens/overlayer.png) center top;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 1200px;
}
.box_center{
    width: 1024px;
    margin: auto;
}
.header{
    height: 119px;
     
    background: url(../imagens/b_header_out2.png);
    background-position-x: 160px;
    background-position-y: center;
    background-color: white;
}
.header_in{
    /*background: url(../imagens/b_header_in.png) no-repeat;*/
    height: 119px;
}

.header_in table table{
    color: #989898;
    font-size:17px;
}

.header_in table table tr td{
    padding: 0 12px;
    font-family: 'MyriadPro-Regular'; 
}

.header_in table table tr td.active, .header_in table table tr td:hover{
    color: #0087cc;
    cursor: pointer;
}

.center{
    height: 599px;
    position: relative;
}

.b_1{
    background: url(../imagens/b_1.jpg) center center no-repeat;
    left: 50%;
    margin-left: -1076px;
    width: 2152px;
}
.b_2{
    background: url(../imagens/b_2.jpg) center center no-repeat;
    display: none;
    height: 529px;
}
.b_3{
    background: url(../imagens/b_3.jpg) center center no-repeat;
    display: none;
   height: 529px;
}
.b_4{
    background: url(../imagens/b_4.jpg) center center no-repeat;
    display: none;
    height: 529px;
}
.b_5{
    background: url(../imagens/b_5.jpg) center center no-repeat;
    display: none;
    height: 529px;
}
.b_6{
    background: url(../imagens/b_6.jpg) center top no-repeat;
    display: none;
}
.b_7{
    background: url(../imagens/b_7.jpg) center 30px no-repeat;
}
.b_8{
    background: url(../imagens/b_8.jpg) center 30px no-repeat;
    width: 499px;
    margin: auto;
}

.b_1 button{
    background: url(../imagens/btn_b_1.jpg) no-repeat;
    width: 250px;
    height: 68px;
    margin-top: 320px;
    border: 0;
    outline: none;
    margin-left: 630px;
    cursor: pointer;
}
.b_6 button{
    background: url(../imagens/btn_b_6.jpg) no-repeat;
    width: 211px;
    height: 49px;
    margin: 500px auto 0 410px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.b_8 table{
    width: 100%;
    position: absolute;
    margin-top: 340px;
    font-family: 'MyriadPro-Regular'; 
    color: #989898;
}
.b_8 table a{ 
    color: #989898;
    text-decoration: none;
}
.footer{
    background: #e5e5e5;
    height: 60px;
    text-align: center;
    color: #949393;
    font-size: 10pt;
    font-family: 'MyriadPro-Regular';
}

.over-overlayer{
    position: absolute;
    z-index: 100;
}
.pager{
    text-align: center;
    width: 100%;
    display: none;
}
.pager div{
    width: 80px;
}
.pager .page{
    background: url(../imagens/b_s.jpg);
    width: 11px;
    float: left;
    margin-left: 5px;
    height: 11px;
    
    cursor: pointer;
}

.pager .page.sel{
    background: url(../imagens/b.jpg);
}

.info_work{
    width: 50%;
    margin: auto;
    text-align: center;
}

.info_work .titulo{
    color: #3fa9f5;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #b4b4b4;
    width: 25%;
    font-family: 'Gotham Condensed';
    font-size: 50px;
    margin: 20px auto;
    padding-bottom: 10px;
}

.info_work .texto{
    color: #999;
    text-align: justify;
    font-family: 'Gotham Condensed';
    width: 65%;
    margin: auto;
    font-weight: 300;
    font-size: 22px;
}

.aplicacoes{
    margin-top: 100px;
}

.apps{
    display: inline-block;
    width: 20%;
    margin-left: 50px;
    z-index: 2;
    position: relative;
}

.apps .titulo{
    color: #3fa9f5;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Gotham Condensed';
    margin-bottom: 20px;
    font-size: 40px;
}

.apps .app{
    color: #cccccc;
    font-family: 'MyriadPro-Regular';
    border-bottom: 1px solid #b4b4b4;
    padding: 15px 0;
    cursor: pointer;
    font-size: 20px;
}

.apps .app.tas_cool.active,
.apps .app.ponto_central.active,
.apps .app.medici.active,
.apps .app.shapping.active{
    color: #3fa9f5;
}



.info_apps{
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-left: 60px;
    float: right;
    text-align: right;
}

.info_apps .info .imagem{
    display: inline-block;
    border: 1px solid #b4b4b4;
    border-radius: 26px !important;
    padding: 10px;
    width: 125px;
    height: 110px;
    text-align: center;
    margin-left: -15px;
}

.info_apps .info .imagem img{
}


.info_apps .info .texto{
    color: #999;
    text-align: left;
    font-family: 'Gotham Condensed';
    display: inline-block;
    width: 70%;
    margin-left: 30px;
    vertical-align: top;
    margin-right: 15px;
    padding-top: 10px;
    font-size: 22px;
    font-weight: 300;
}

.info_apps .info.tas_cool,
.info_apps .info.ponto_central,
.info_apps .info.medici,
.info_apps .info.shapping
{
    display: none;
}

.info_apps .info.tas_cool.active,
.info_apps .info.ponto_central.active,
.info_apps .info.medici.active,
.info_apps .info.shapping.active
{
    display: block;
}

.imagem_iphone{
    margin-top: -110px;
    margin-left: 150px;
}

.imagem_iphone .tas_cool,
.imagem_iphone .ponto_central,
.imagem_iphone .medici,
.imagem_iphone .shapping{
    display: none;
}


.imagem_iphone .tas_cool img,
.imagem_iphone .ponto_central img,
.imagem_iphone .medici img,
.imagem_iphone .shapping img{
    width: 100%;
}

.imagem_iphone .tas_cool.active,
.imagem_iphone .ponto_central.active,
.imagem_iphone .medici.active,
.imagem_iphone .shapping.active{
    display: block;
}
