* {
    font-family: Arial;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

:hover, :focus {
    outline: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    margin: 0;
    padding: 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea, input {
    background: #fff;
}

    input[type=text] {
        border: 1px solid #333;
        vertical-align: middle;
        padding: 0;
    }

    input[type=submit], input[type=button] {
        outline: none;
        cursor: pointer;
    }

    input[type=checkbox], input[type=radio] {
        border: 0;
        width: 13px;
        background: none;
        margin: 0;
        padding: 0;
    }

select {
    border: 1px solid #ddd;
    background: #fff;
}

ul, ol {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    background: url(../img/bg/bg-site.jpg) repeat-x;
    background-color: #e8e8e8;
    overflow-x: hidden;
    margin: 0;
}

button {
    background-color: transparent;
    border: none;
}

.imgrpl {
    display: block;
    text-indent: -9999px;
    border: 0;
    font-size: 0;
}

.invisible {
    visibility: hidden;
}

.clearfix:after, .inner:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix, .inner {
    display: inline-block;
}

.clear {
    clear: both;
}

* html .clearfix, * html .inner {
    height: 1%;
}

.arredondado {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.arredondado_p {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.arredondado_g {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.estacoes {
    background: url(../../Content/img/home/bg-estacoes.jpg) center 18px repeat-x;
    display: table;
    width: 100%;
    margin: 80px 0 30px;
}

    .estacoes ul {
        margin: 0;
        padding: 0;
    }

        .estacoes ul li {
            float: left;
            position: relative;
            margin-top: -73px;
        }

            .estacoes ul li:hover .ball {
                background-repeat: no-repeat;
                position: absolute;
                left: 15px;
                top: 97px;
                display: block;
            }


#container, .wrapper {
    width: 960px;
    position: relative;
    margin: 0 auto;
}

.canvas-full {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 2px solid #b5b5b5;
    background-color: #fff;
    display: table;
    width: 960px;
    margin: 0 auto;
}

.trabalhe-conosco .intro {
    padding-top: 20px;
    padding-left: 30px;
}

.intro {
    line-height: 22px;
    padding-top: 10px;
}

    .intro .line {
        display: flex;
        justify-content: center;
    }

        .intro .line > div + div {
            margin-left: 1.5rem;
        }

    .intro .btn {
        display: table;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        background-color: #404040;
        padding: 14px 100px;
        margin: 10px 0;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
    }

.left {
    float: left;
}

header {
    z-index: 10;
}

    header #contatos {
        height: 60px;
        border-bottom: 1px solid #DDD;
        position: relative;
    }

        header #contatos p {
            float: left;
            line-height: 12px;
            margin-top: 10px;
            height: 47px;
            vertical-align: middle;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
        }

        header #contatos form {
            float: right;
            margin-top: 9px;
        }

        header #contatos p.email {
            color: #e7b323;
            padding-right: 23px;
            background: url(../img/ico/email.gif) no-repeat right center;
            margin-right: 8px;
        }

            header #contatos p.email a {
                color: #e7b323;
                text-decoration: none;
            }

        header #contatos p.telefone {
            color: #404040;
            font-size: 15px;
            float: right;
            padding-right: 5px;
            text-transform: none;
        }

            header #contatos p.telefone span {
                font-weight: 700;
                font-size: 11px;
            }

        header #contatos input[type=text] {
            border: 3px solid #000;
            width: 180px;
            height: 35px;
            line-height: 35px;
            background-color: #666;
            color: #FFF;
            padding: 0 6px;
        }

    header .box-tel {
        margin-top: 9px;
        float: right;
        border: 3px solid #ffc500;
        width: 185px;
        margin-right: 6px;
        padding-left: 24px;
        padding-right: 6px;
        height: 36px;
        background: url(../img/ico/icon-tel.png) 7px no-repeat;
    }

    header #contatos input[type=submit] {
        position: relative;
        top: -1px;
        width: 72px;
        height: 23px;
        background: url(../img/bt/buscar.png) left top;
        padding: 5px 25px 6px 10px;
    }

        header #contatos input[type=submit]:hover {
            background: url(../img/bt/buscar.png) left -23px;
        }

    header #contatos .whatsapp {
        float: right;
        height: 36px;
        margin-right: 5px;
        text-transform: none;
        border: 3px solid green;
        padding: 3px;
        margin-top: 9px;
        font-size: 23px;
        background-color: green;
        color: green;
    }

        header #contatos .whatsapp span {
            display: inline-block;
            height: 19px;
            background-color: #fff;
            border-radius: 5px;
            margin-top: 2px;
        }

        header #contatos .whatsapp svg {
            position: relative;
            top: -3px;
        }

        header #contatos .whatsapp p {
            color: #fff;
            font-weight: 700;
            font-size: 11px;
            float: right;
            margin-top: 5px;
            margin-left: 5px;
            text-transform: none;
            height: auto;
        }

    header #search {
        display: none;
        position: relative;
        left: 180px;
    }

    header #form_busca input.submit, header #form_busca input.submit:hover {
        position: relative;
        width: 48px;
        top: -2px;
        height: 38px;
        background: url(../img/bt/bt-busca.jpg) no-repeat;
        border-radius: 0;
        text-indent: -9999px;
        padding: 0;
    }

    header #select_idioma {
        visibility: hidden;
        border: 1px solid #d5d5d5;
        height: 21px;
        width: 118px;
        float: left;
        margin-left: 5px;
        margin-top: 9px;
        background: url(../img/ico/select.gif) no-repeat 99px center;
        position: relative;
    }

        header #select_idioma p, header #select_idioma p a {
            font-size: 11px;
            color: #888;
            height: 21px;
            line-height: 21px;
            vertical-align: middle;
            float: none;
            font-weight: 400;
            text-transform: none;
            padding: 0 7px;
        }

            header #select_idioma p a {
                display: block;
                padding: 0;
            }

        header #select_idioma div.hide {
            position: absolute;
            top: 22px;
            left: 0;
            width: 116px;
            border: 1px solid #d5d5d5;
            z-index: 40;
            background: #fff;
        }

            header #select_idioma div.hide p:hover {
                background: #f2f2f5;
            }

    header.sem_destaque #menu {
        position: relative;
        height: 63px;
        z-index: 10;
    }

.home header.sem_destaque #menu {
    height: 37px;
}

header.com_destaque #menu {
    position: relative;
    height: 77px;
    z-index: 10;
}

header h1.logo-viaquatro {
    position: relative;
    left: 0;
    width: 260px;
    height: 52px;
    float: left;
    background: url(../img/home/logo-viaquatro.jpg) no-repeat;
}

header #menu h1 a {
    position: absolute;
    top: 26px;
    left: 31px;
    width: 202px;
    height: 30px;
    text-indent: -9999px;
}

.interna header #menu ul.fixo {
    border-bottom: 1px solid #E2E1E1;
    display: block;
    height: 43px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    width: 100%;
}

header #menu ul.fixo {
    position: absolute;
}

    header #menu ul.fixo > li {
        float: left;
        height: 32px;
        position: relative;
        padding-top: 19px;
        box-sizing: border-box;
    }

        header #menu ul.fixo > li:last-child {
            padding-right: 0;
            padding-left: 10px;
        }

        header #menu ul.fixo > li:first-child > a {
            border-left: none;
        }

        header #menu ul.fixo > li:last-child > a {
            border-right: none;
        }

        header #menu ul.fixo > li > a {
            cursor: pointer;
            height: 11px;
            line-height: 10px;
            vertical-align: middle;
            display: block;
            font-weight: 700;
            font-size: 12px;
            color: #404040;
            text-transform: uppercase;
            border-left: 1px solid #ddd;
            padding-left\*: 10px;
            padding-left: 10px;
            padding-right\*: 10px;
            padding-right: 10px;
        }

        header #menu ul.fixo > li:hover > a {
            color: #ffc423;
        }

    header #menu ul.fixo .first {
        padding-left: 0;
    }

    header #menu ul.fixo .last {
        padding-right: 0;
    }

header #menu div.submenu {
    display: none;
    position: absolute;
    top: 33px;
    left: -83px;
    width: 320px;
    z-index: 5;
    padding: 13px 5px;
}

header #menu div.submenu-amarelo {
    border: 1px solid #ffc423;
    display: table;
    background: #fff;
    margin-top: -6px;
}

header #menu #submenu_imprensa div.submenu-amarelo {
    margin-left: 30px;
}

header #menu li:first-child div.submenu {
    margin-left: 80px;
}

header #menu .marker {
    background: transparent url(../img/ico/seta.jpg) center;
    width: 300px;
    height: 13px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    top: -4px;
    left: 10px;
    text-indent: -9999px;
}

header #menu #submenu_imprensa .marker {
    left: 2px;
    width: 253px;
}

header #menu li:first-child div.submenu span.marker {
    left: -104px;
}

header #menu div.submenu p {
    width: 300px;
    text-align: center;
    color: #838383;
    font-size: 11px;
    font-family: arial;
    line-height: 16px;
    display: table;
}

header #menu div.submenu ul {
    float: right;
    border-left: 1px solid #e3e3e3;
    padding: 10px 8px 0;
}

    header #menu div.submenu ul li {
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        line-height: 23px;
        cursor: pointer;
    }

        header #menu div.submenu ul li a {
            padding-left: 12px;
            font-weight: 700;
            font-size: 11px;
            color: #838383;
        }

            header #menu div.submenu ul li a:hover {
                font-weight: 700;
                color: #ffc423;
                background: url(../img/ico/seta_direita.gif) no-repeat left center;
            }

header #menu #submenu_imprensa {
    width: 231px;
}

    header #menu #submenu_imprensa p {
        width: 173px;
        clear: both;
        display: table;
    }

    header #menu #submenu_imprensa ul {
        padding: 20px 8px 0;
    }

.estrutura-acionaria .box h3.tit_box, .transparecia-fiscal .box h3.tit_box, .sustentabilidade .box h3.tit_box, .a-via-quatro .box h3.tit_box, .missao-visao-valores .box h3.tit_box, .a-via-quatro .box h3.tit_box {
    color: #3c3c3c;
    font-size: 18px;
}

.sustentabilidade #conteudo #miolo article p {
    line-height: 24px;
}

.sustentabilidade .outros-links h3.tit_box {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #dbdbdb;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 8px;
    background-color: #f1f1f1;
}

.sustentabilidade .canvas-full {
    padding-bottom: 20px;
}

.title-categoria {
    background: url(../img/bg/bg-tit-categoria.png) repeat-x;
    height: 126px;
    width: 100%;
}

.com_destaque .title-categoria {
    margin-top: 25px;
}

h3.tit_box.main-title {
    background: url(../img/bg/bg-main-title.png) -7px 5px no-repeat;
    padding-top: 10px;
    padding-left: 65px;
    padding-bottom: 42px;
    font-weight: 700;
    text-transform: none;
    font-family: Arial;
    font-size: 45px;
    color: #000;
}

h3.tit_box {
    letter-spacing: -1px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1f1f1f;
    font-family: arial;
}

h3.tit_box_viaquatro {
    letter-spacing: -1px;
    font-size: 16px;
    font-weight: 400;
    color: #1f1f1f;
    font-family: arial;
}

#coluna_direita #status-linhas h3.tit_box {
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    float: left;
    text-transform: none;
    padding-left: 10px;
}

h3.tit_box span {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    font-style: italic;
}

h3.tit_box.alternado {
    background: url(../img/ico/seta_title_branca.gif) no-repeat left center;
}

h3.tit_box.vazado {
    width: 100%;
    position: relative;
    top: -15px;
    font-weight: 700;
    left: -1px;
}

    h3.tit_box.vazado.main-title {
        background: url(../img/bg/bg-main-title.png) -7px 5px no-repeat;
        padding-top: 11px;
        padding-left: 65px;
        padding-bottom: 42px;
    }

input.placeholder {
    font-size: 12px;
    color: #686868;
    font-style: italic;
}

input.submit {
    height: 35px;
    width: 107px;
    padding-left: 5px;
    font-weight: 700;
    background: url(../img/bt/rota.gif) repeat left top;
    color: #000;
    font-size: 11px;
    display: inline-block;
    border: 0;
}

.bt_default {
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    background: url(../img/bg/bt_default.png) repeat left top;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 9px;
    text-transform: uppercase;
    display: inline-block;
    font-family: tahoma;
    padding: 0 10px;
}

.bt-new-default {
    border: 4px solid #d72b2f;
    background-color: #fff;
    color: #d72b2f;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 8px;
    float: left;
    margin-top: 7px;
    margin-bottom: 10px;
    display: table;
    padding: 4px;
}

p.leia_mais {
    font-size: 11px;
    font-weight: 700;
    text-align: right;
}

    #box_via_quatro .boxes_auxiliares p a, p.leia_mais a {
        color: #d72b2f;
        font-weight: 700;
    }

#destaque_principal {
    width: 960px;
    height: 291px;
    margin-top: 40px;
    margin-bottom: -101px;
    z-index: 1;
    position: relative;
}

    #destaque_principal .brasil-mask {
        position: absolute;
        width: 64px;
        z-index: 9999;
        cursor: pointer;
        height: 47px;
        left: 829px;
        top: 223px;
    }

    #destaque_principal .usa-mask {
        position: absolute;
        width: 64px;
        height: 47px;
        z-index: 9999;
        cursor: pointer;
        left: 891px;
        top: 223px;
    }

    #destaque_principal.home {
        margin-top: 57px;
        position: relative;
        top: -152px;
    }

    #destaque_principal.com_destaque {
        width: 960px;
        height: 176px;
        margin: 26px auto 0;
    }

.estrutura-acionaria #destaque_principal.com_destaque {
    height: 327px;
    margin: 0 auto;
}

.estrutura-acionaria .canvas-full {
    height: 622px;
}

#destaque_principal img {
    display: block;
    position: absolute;
    left: 0;
    top: -41px;
}

.estrutura-acionaria #destaque_principal li img {
    padding-top: 67px;
}

#destaque_principal a.bt_navegacao {
    display: block;
    text-indent: -9999px;
    position: absolute;
    z-index: 10;
}

#destaque_principal a.bt_voltar {
    top: 141px;
    right: 76px;
    width: 14px;
    height: 26px;
    background: url(../img/ico/seta_destaque_esquerda.png) no-repeat;
}

#destaque_principal a.bt_avancar {
    top: 112px;
    right: 35px;
    width: 22px;
    height: 42px;
    background: url(../img/ico/seta_destaque_direita.png) no-repeat;
}

#destaque_principal ul.marcadores {
    position: absolute;
    top: 234px;
    right: 35px;
    z-index: 10;
    text-align: center;
    width: auto;
    height: auto;
}

    #destaque_principal ul.marcadores li {
        width: 23px;
        height: 23px;
        float: left;
        display: inline;
        position: relative;
    }

        #destaque_principal ul.marcadores li.ativo {
            background: url(../img/ico/marcador_container.png) no-repeat;
        }

        #destaque_principal ul.marcadores li a, #destaque_principal ul.marcadores li span {
            width: 15px;
            height: 15px;
            display: block;
            text-indent: -9999px;
        }

        #destaque_principal ul.marcadores li a {
            position: relative;
            margin-top: 4px;
            margin-left: 4px;
        }

            #destaque_principal ul.marcadores li a span {
                background: url(../img/ico/marcador_destaque.png) no-repeat;
                top: 0;
                left: 0;
                position: absolute;
            }

#breadcrumb {
    position: absolute;
    top: 50px;
    color: #000;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    vertical-align: middle;
}

    #breadcrumb a {
        color: #373737;
    }

        #breadcrumb a.atual {
            color: #d72b2f;
        }

footer {
    padding-top: 17px;
    width: 100%;
    height: 360px;
    clear: both;
    background-color: #2e2e2e;
    margin: 0 auto;
}

    footer .categoria {
        font-size: 14px;
        color: #FFF;
    }

    footer .subcategoria {
        font-size: 12px;
        padding-left: 10px;
    }

    footer .contato li {
        margin-bottom: 15px;
    }

    footer .central-atendimento {
        background-color: #fff;
        color: #505050;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
    }

        footer .central-atendimento span {
            font-size: 22px;
            font-weight: 700;
        }

    footer .whatsapp a {
        display: flex;
        background-color: green;
        color: green;
        font-size: 36px;
        padding: 5px 10px;
    }

    footer .whatsapp p {
        font-size: 15px;
        text-align: center;
        line-height: 2.2;
        color: #fff;
        margin-left: 5px;
    }

    footer .whatsapp span {
        height: 30px;
        background-color: #fff;
        margin-top: 3px;
        border-radius: 5px;
    }

    footer .whatsapp svg {
        margin-top: -3px;
    }

    footer .relacao-investidores {
        background-color: #828282;
        color: #FFF;
        text-align: center;
        font-weight: 700;
        padding: 2px;
        display: none;
    }

    footer .icp {
        background-color: #efb900;
        color: #505050;
        text-align: center;
        font-weight: 700;
        padding: 2px;
        display: none;
    }

        footer .relacao-investidores span,
        footer .icp span {
            font-size: 14px;
            font-weight: 700;
        }

            footer .relacao-investidores span a {
                text-decoration: none;
                color: #ffffff;
            }

            footer .icp span a {
                text-decoration: none;
                color: #505050;
            }

    footer nav {
        line-height: 20px;
        vertical-align: middle;
        margin-bottom: 12px;
        font-size: 11px;
    }

        footer nav ul {
            width: 180px;
            float: left;
            margin-bottom: 10px;
            margin-right: 60px;
        }

            footer nav ul li {
                margin-right: 10px;
                color: #d8d8d8;
            }

                footer nav ul li a {
                    color: #d8d8d8;
                }

    footer p {
        font-size: 11px;
        font-family: arial;
        color: #FFF;
    }

        footer p em {
            color: #ffc500;
            font-style: normal;
            font-weight: 700;
        }

        footer p.assinatura a {
            color: #666;
            font-weight: 700;
            font-size: 9px;
        }

            footer p.assinatura a img {
                width: 45px;
            }

            footer p.assinatura a strong {
                color: #92278f;
            }

#compartilhe {
    clear: both;
    background: #ffc423;
    height: 28px;
    margin-bottom: 14px;
    padding-left: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    #compartilhe h4 {
        color: #7f7f7f;
        height: 28px;
        line-height: 28px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-right: 10px;
    }

    #compartilhe ul li {
        margin-right: 7px;
    }

        #compartilhe ul li a {
            width: 18px;
            height: 19px;
            background: url(../img/ico/compartilhe_sprite.png) no-repeat;
            overflow: hidden;
            text-indent: -9999px;
        }

            #compartilhe ul li a.twitter {
                background-position: 0 0;
            }

            #compartilhe ul li a.facebook {
                background-position: -18px 0;
            }

            #compartilhe ul li a.google_plus {
                background-position: -36px 0;
            }

            #compartilhe ul li a.orkut {
                background-position: -54px 0;
            }

.conteudo_relacionado {
    clear: both;
    overflow: hidden;
    margin-top: 31px;
    width: 910px;
}

    .conteudo_relacionado div.boxes_relacionados div.box {
        height: 214px;
        width: 435px;
        display: table;
        position: relative;
        float: right;
        background-color: #f7f7f7;
        border-bottom: 3px solid #c7c7c7;
    }

    .conteudo_relacionado div.box .conteudo h4 {
        font-size: 18px;
        font-weight: 700;
        color: #202020;
        margin-bottom: 5px;
    }

    .conteudo_relacionado div.box .conteudo p {
        font-size: 14px;
        color: #373737;
        min-height: 42px;
        padding-left: 10px;
    }

    .conteudo_relacionado .pagina_relacionada {
        height: 23px;
        clear: left;
    }

        .conteudo_relacionado .pagina_relacionada a {
            float: right;
            margin-left: 10px;
        }

#paginador {
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
    padding-left: 10px;
}

    #paginador, #paginador p, #paginador li {
        height: 33px;
        line-height: 33px;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        margin-bottom: -30px;
    }

        #paginador p.registros {
            float: left;
            color: #767676;
        }

        #paginador nav.paginas p {
            float: left;
            color: #767676;
            margin-right: 5px;
        }

        #paginador nav.paginas ul li {
            float: left;
            margin-right: 1px;
        }

            #paginador nav.paginas ul li a {
                background-color: #e43e3b;
                color: #fff;
                display: block;
                height: 31px;
                line-height: 31px;
                text-align: center;
                width: 31px;
            }

#submenu_guia_usuario {
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    padding: 0 10px;
}

    #submenu_guia_usuario li {
        width: 216px;
        display: block;
        float: left;
    }

        #submenu_guia_usuario li a {
            display: block;
            padding-left: 12px;
            background: url(../img/ico/seta_baixo_big.png) left center no-repeat;
            color: #202020;
            margin: 0 0 0 20px;
        }

#direto_da_linha4 {
    height: 164px;
    padding: 18px;
}

    #direto_da_linha4 #trafego {
        margin-left: 17px;
        padding-top: 10px;
        position: relative;
    }

        #direto_da_linha4 #trafego h4 {
            height: 41px;
            line-height: 41px;
            vertical-align: middle;
            border-top: 1px solid #e2e2e2;
            border-bottom: 1px solid #e2e2e2;
            font-family: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding-left: 0;
            color: #5a5a5a;
            margin-bottom: 12px;
        }

        #direto_da_linha4 #trafego p {
            color: #7f7f7f;
            font-size: 12px;
            margin-bottom: 12px;
        }

        #direto_da_linha4 #trafego time {
            position: absolute;
            top: -13px;
            right: 2px;
            color: #7f7f7f;
            font-size: 9px;
        }

div.integracoes p span, span.icone {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 5px;
    display: table;
    float: left;
    padding-top: 3px;
    font-weight: 700;
}

.linha-verde {
    background-image: url(../img/ico/linha-verde.gif);
}

.linha-azul {
    background-image: url(../img/ico/linha-azul.gif);
}

.linha-vermelha {
    background-image: url(../img/ico/linha-vermelha.gif);
}

.linha-cptm {
    background-image: url(../img/ico/linha-cptm.gif);
}

ul li span.play {
    background: url(../img/ico/play.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 75px;
    display: block;
}

div.pac-container {
    width: 350px !important;
    margin-top: 3px !important;
}

.pac-container * {
    font-size: 11px;
    width: 387px !important;
}

#status-linhas {
    /*height: 441px;*/
    width: 372px;
    position: relative;
}

    #status-linhas .titulo-operacao {
        background-color: #222222;
        padding: 8px;
        height: 35px;
        width: 363px;
        position: relative;
        margin-bottom: 2px;
    }

        #status-linhas .titulo-operacao.clear {
            margin-top: 10px;
        }

    #status-linhas > time {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
    }

    #status-linhas time {
        font-size: 11px;
        color: #7f7f7f;
        display: inline-block;
        text-transform: none;
        padding-left: 3px;
        font-weight: 400;
        right: -11px;
        width: 180px;
        position: absolute;
        top: 11px;
    }

#miolo time.internas {
    font-size: 9px;
    margin-right: -5px;
}

#status-linhas p.previsao {
    color: #7f7f7f;
    text-transform: none;
    clear: both;
    padding: 10px 0 0 20px;
}

#status-linhas ul {
    margin-top: 13px;
}

    #status-linhas ul li {
        position: relative;
        margin-bottom: 10px;
    }

        #status-linhas ul li img {
            float: left;
        }

        #status-linhas ul li a {
            color: #fff;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 18px;
            font-weight: 700;
            text-transform: initial;
            padding-top: 1px;
        }

        #status-linhas ul li span {
            font-size: 22px;
            color: #fff;
            text-transform: initial;
            font-weight: 700;
        }

        #status-linhas ul li a.nome {
            font-size: 22px;
            color: #fff;
            text-transform: initial;
        }

        #status-linhas ul li img {
            position: absolute;
            right: 17px;
            top: 3px;
        }

        #status-linhas ul li .descricaoLinha {
            font-weight: 400 !important;
            color: #7F7F7F;
            font-size: 10px;
            position: absolute;
            left: 0;
            top: 13px;
            text-transform: none;
        }

        #status-linhas ul li:first-child span {
            font-weight: 700;
            font-size: 33px;
            color: #ffc500;
        }

        #status-linhas ul li:first-child h2 {
            color: #a3810a;
            background-position: 0px 4px;
            font-size: 18px;
            float: left;
            text-transform: initial;
            font-weight: 700;
            background-image: url(../img/ico/trafego/linha-4.png);
            background-repeat: no-repeat;
            padding-left: 41px;
            margin-left: 20px;
        }

        #status-linhas ul li.normal {
            background-position: right -31px;
        }

        #status-linhas ul li.lento {
            background-position: right bottom;
        }

#status-linhas .obs {
    font-size: 10px;
    color: #7f7f7f;
    position: absolute;
    width: 365px;
    padding-top: 5px;
    margin: 3px 5px 3px 2px;
}

    #status-linhas .obs span {
        display: inline-block;
        float: right;
        padding-right: 18px;
    }

#conteudo #miolo article, #conteudo #miolo article > p, #conteudo #miolo div.intro p, #conteudo .boxPadrao .txtCont, #conteudo #gestos p, #miolo article .integracoes > p, #conteudo #miolo > p, #miolo .conteudo > p {
    font-size: 14px;
    line-height: 22px;
}

div.campanhas {
    padding-top: 60px;
}

    div.campanhas .corpo {
        padding-top: 10px;
        display: none;
    }

        div.campanhas .corpo img {
            float: left;
            margin-right: 11px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        div.campanhas .corpo .texto {
            color: #434343;
        }

            div.campanhas .corpo .texto span {
                font-size: 13px;
            }

body.campanhas .canvas-full {
    padding: 10px;
}

body.campanhas .title-categoria {
    height: 118px;
}

.content-campain li {
    clear: both;
    width: 100%;
    display: table;
    border-bottom: 1px solid #ebebeb;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 5px;
}

    .content-campain li .text, .content-campain .text {
        float: left;
        padding-left: 10px;
        padding-top: 7px;
        color: #434343;
        font-weight: 700;
    }

        .content-campain li .text a, .content-campain .text a {
            color: #434343;
            font-weight: 700;
        }

        .content-campain li .text p a, body.campanhas .content-campain .text p {
            font-size: 13px;
            font-weight: 400;
        }

    .content-campain li img, .content-campain img {
        float: left;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.content-campain-text {
    clear: both;
    color: #434343;
    padding: 10px;
}


























div.projetos-especiais {
    padding-top: 60px;
}

    div.projetos-especiais .corpo {
        padding-top: 10px;
        display: none;
    }

        div.projetos-especiais .corpo img {
            float: left;
            margin-right: 11px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        div.projetos-especiais .corpo .texto {
            color: #434343;
        }

            div.projetos-especiais .corpo .texto span {
                font-size: 13px;
            }

body.projetos-especiais .canvas-full {
    padding: 10px;
}

body.projetos-especiais .title-categoria {
    height: 118px;
}

.content-special-project li {
    clear: both;
    width: 100%;
    display: table;
    border-bottom: 1px solid #ebebeb;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 5px;
}

    .content-special-project li .text, .content-special-project .text {
        float: left;
        padding-left: 10px;
        padding-top: 7px;
        color: #434343;
        font-weight: 700;
    }

        .content-special-project li .text a, .content-special-project .text a {
            color: #434343;
            font-weight: 700;
        }

        .content-special-project li .text p a, body.projetos-especiais .content-special-project .text p {
            font-size: 13px;
            font-weight: 400;
        }

    .content-special-project li img, .content-special-project img {
        float: left;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
















.perguntas-frequentes #miolo {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding: 0;
}

    .perguntas-frequentes #miolo > p {
        margin-top: 0;
    }

.pagination {
    position: absolute;
    top: 250px;
    left: 0;
    z-index: 9999;
    left: 5px;
}

    .pagination li.current {
        background: url(../img/ico/slider-ativo.png) center center no-repeat;
        width: 18px;
        height: 25px;
        text-indent: -9999px;
    }

    .pagination li {
        background: url(../img/ico/marcador_destaque.png) center center no-repeat;
        width: 18px;
        height: 25px;
        text-indent: -9999px;
    }

.fale-conosco .box h3.tit_box,
.consulte-seu-chamado .box h3.tit_box,
.varejo .box h3.tit_box,
.midia .box h3.tit_box {
    padding-left: 17px;
    font-size: 15px;
    font-weight: 700;
    color: #646464;
    font-family: tahoma;
    text-transform: uppercase;
}

#miolo.box {
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.missao-visao-valores #destaque_principal.com_destaque, {
    width: 960px;
    height: 165px;
    top: -24px;
}

.tecnologia #miolo {
    margin-left: 0;
    top: -47px;
}

.linha-4-amarela #destaque_principal.com_destaque {
    height: 136px;
    width: 960px;
}

.home .sem_destaque.title-categoria {
    height: 139px;
}

.sem_destaque.title-categoria {
    height: 119px;
}

#destaque_principal span.texto {
    z-indez: 999;
    color: #000;
    font-family: Myriad Pro,sans serif;
    font-size: 30px;
    position: absolute;
    width: 370px;
    bottom: 53px;
    left: -361px;
    line-height: 32px;
}

    #destaque_principal span.texto .yellow {
        color: #ffc500;
        font-weight: 700;
    }

    #destaque_principal span.texto .big {
        font-size: 73px;
        font-weight: 700;
    }

#colunas {
    width: 960px;
    height: 450px;
    position: relative;
    z-index: 10;
    margin: 0;
}

#coluna_esquerda {
    width: 597px;
    position: absolute;
    top: -62px;
    left: 0;
}

#coluna_direita {
    width: 363px;
    position: absolute;
    top: -62px;
    right: 0;
}

    #coluna_direita .bloco-continuidade {
        position: absolute;
        background-repeat: repeat-x;
        background: url(/Content/img/bg/bloco-continuidade.gif);
        width: 363px;
        height: 502px;
    }

#rota {
    height: 106px;
    position: relative;
    background-color: #2e2e2e;
}

    #rota form {
        padding: 19px 16px 0 14px;
    }

    #rota h3 {
        margin-bottom: 10px;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        text-transform: none;
    }

    #rota form fieldset p {
        color: #646464;
        font-weight: 800;
        font-size: 12px;
        margin-top: 10px;
    }

    #rota form fieldset a {
        color: #646464;
    }

    #rota ul li {
        height: 35px;
        line-height: 32px;
        vertical-align: middle;
        border: 1px solid #b9b9b9;
        border-top: 2px solid #9e9e9e;
        background: #fff;
        margin-bottom: 10px;
        font-size: 11px;
        font-family: arial;
        color: #646464;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        float: left;
        width: 200px;
        padding: 0 6px;
    }

#box_via_quatro article {
    width: 182px;
    background-color: #fff;
    height: 355px;
    float: left;
    overflow: hidden;
    margin-left: 13px;
    border-bottom: 2px solid #b5b5b5;
}

.route .content-route {
    border: 1px solid #f1f1f1;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 !important;
}

#rota ul li:first-child {
    margin-right: 18px;
}

#rota ul li input {
    border: 1px solid #fff;
    line-height: 20px;
    height: 26px;
    width: 182px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#rota ul li span {
    position: absolute;
    display: block;
    text-indent: -9999px;
    background: url(../img/ico/help.gif);
    right: -26px;
    top: 6px;
    width: 20px;
    height: 20px;
    visibility: hidden;
}

#rota input.submit {
    float: right;
    padding-top: 8px;
    font-size: 17px;
    text-align: left;
}

#rota div.widget {
    background: #ecac15;
    padding-left: 22px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 449px;
}

    #rota div.widget p {
        color: #404040;
        height: 26px;
        line-height: 26px;
        vertical-align: middle;
        font-size: 11px;
    }

        #rota div.widget p a {
            color: #404040;
        }

#box_via_quatro {
    padding: 11px 11px 11px 0;
}

    #box_via_quatro article time {
        color: #545454;
        font-size: 12px;
        padding-top: 10px;
        font-weight: 700;
    }

    #box_via_quatro article .texto {
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        height: 335px;
        margin-top: -5px;
        cursor: pointer;
        position: relative;
    }

    #box_via_quatro article h4 {
        font-weight: 700;
        font-family: arial;
        padding-top: 3px;
        margin-bottom: 14px;
        height: 73px;
        overflow: hidden;
    }

    #box_via_quatro article a {
        color: #545454;
    }

    #box_via_quatro article h4 a {
        color: #000;
        text-decoration: none;
        line-height: 24px;
    }

    #box_via_quatro article p {
        color: #545454;
    }

        #box_via_quatro article p.descricao {
            max-height: 144px;
            overflow: hidden;
            line-height: 20px;
        }

    #box_via_quatro h3.tit_box {
        margin-bottom: 4px;
        color: #eeb800;
        font-size: 19px;
        font-weight: 700;
        line-height: 22px;
        text-transform: none;
    }

    #box_via_quatro h3.tit_box_viaquatro {
        margin-bottom: 4px;
        color: #eeb800;
        font-size: 19px;
        font-weight: 700;
        line-height: 22px;
        text-transform: none;
    }

    #box_via_quatro div.conteudo_box {
        float: left;
        width: 204px;
    }

        #box_via_quatro div.conteudo_box div {
            border-top: 1px solid #f3f2f2;
            height: 34px;
            overflow: hidden;
        }

            #box_via_quatro div.conteudo_box div.primeiro {
                border-top: 0;
                height: 90px;
            }

span.extension {
    margin-top: -10px;
    display: table;
}

#box_via_quatro div.conteudo_box div.primeiro h4 {
    border-top: 0;
}

#box_via_quatro div.conteudo_box div h4 {
    border-top: 1px solid #e3e3e3;
    display: block;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

    #box_via_quatro div.conteudo_box div h4:hover {
        color: #D72B2F;
    }

#box_via_quatro div.conteudo_box p {
    font-size: 11px;
    margin-bottom: 5px;
}

#box_via_quatro div.conteudo_box div.ativo h4 {
    color: #8e8e8e;
}

#box_via_quatro div.boxes_auxiliares {
    float: right;
    width: 214px;
}

#box_via_quatro div.box_auxiliar {
    background: #f8f8f8;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 6px;
    position: relative;
    height: 85px;
    padding: 6px 8px 0 0;
}

#box_via_quatro h5 {
    color: #767676;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 8px;
    height: 14px;
}

#box_via_quatro img {
    width: 183px;
}

#box_via_quatro .boxes_auxiliares p {
    color: #373737;
    padding-top: 10px;
    font-size: 11px;
}

#conheca_o_mapa {
    position: relative;
    height: 251px;
}

    #conheca_o_mapa img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #conheca_o_mapa h3 {
        position: absolute;
        top: 21px;
        left: 21px;
        width: 170px;
    }

    #conheca_o_mapa a.bt_default {
        position: absolute;
        top: 198px;
        left: 311px;
    }

#releases {
    width: 904px;
    margin: 0 20px;
    padding: 10px 28px 28px;
}

    #releases h3 {
        margin-bottom: 19px;
    }

    #releases div.chamadas {
        height: 150px;
    }

    #releases article {
        float: left;
        width: 179px;
        border-left: 1px solid #efefef;
        height: 143px;
        padding: 7px 23px 0;
    }

        #releases article:first-child {
            border-left: 0;
        }

        #releases article time {
            font-size: 10px;
            color: #767676;
            font-weight: 700;
        }

        #releases article h4 {
            font-size: 18px;
            color: #202020;
            margin-bottom: 3px;
        }

        #releases article p {
            font-size: 11px;
            color: #373737;
            line-height: 16px;
        }

#ulOpcoesDe, #ulOpcoesDe * {
    color: Red;
}

#status-linhas #expand {
    font-size: 12px;
    position: relative;
}

#status-linhas #info-status {
    color: #fff;
    z-index: 9999;
    position: absolute;
    width: 900px;
    margin-top: 2px;
    display: none;
    font-size: 12px;
    background-color: #2e2e2e;
    padding: 10px;
}

.interna #status-linhas #info-status {
    width: 390px;
}

#status-linhas #info-status #status-wrapper {
    width: 347px;
    display: table;
    word-wrap: break-word;
}

#status-linhas #info-status .status-wrapper {
    width: 350px;
}

.boxLinhas {
    width: 450px;
    margin-top: 15px;
}

    .boxLinhas a {
        display: block;
        float: left;
        width: 139px;
        height: 61px;
        text-indent: -99999px;
        margin: 3px;
    }

        .boxLinhas a.luz {
            background: transparent url(../../Content/img/home/luz.png);
        }

            .boxLinhas a.luz:hover {
                background: transparent url(../../Content/img/home/luz_hover.png);
            }

        .boxLinhas a.republica {
            background: transparent url(../../Content/img/home/republica.png);
        }

            .boxLinhas a.republica:hover {
                background: transparent url(../../Content/img/home/republica_hover.png);
            }

        .boxLinhas a.paulista {
            background: transparent url(../../Content/img/home/paulista.png);
        }

            .boxLinhas a.paulista:hover {
                background: transparent url(../../Content/img/home/paulista_hover.png);
            }

        .boxLinhas a.faria-lima {
            background: transparent url(../../Content/img/home/faria_lima.png);
        }

            .boxLinhas a.faria-lima:hover {
                background: transparent url(../../Content/img/home/faria_lima_hover.png);
            }

        .boxLinhas a.pinheiros {
            background: transparent url(../../Content/img/home/pinheiros.png);
        }

            .boxLinhas a.pinheiros:hover {
                background: transparent url(../../Content/img/home/pinheiros_hover.png);
            }

        .boxLinhas a.butanta {
            background: transparent url(../../Content/img/home/butanta.png);
        }

            .boxLinhas a.butanta:hover {
                background: transparent url(../../Content/img/home/butanta_hover.png);
            }

.bannerDHTML {
    position: absolute;
    left: 50%;
    z-index: 1000;
    margin-left: -456px;
    margin-top: -315px;
    overflow: hidden;
}

#bgModal {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

.btFechar {
    background: url(../img/bt/close.png) center center;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    display: block;
    border: 0;
    cursor: pointer;
}

.sem-link {
    cursor: default;
}

div.campanhas h3.tit_box {
    color: #eeb800;
    font-size: 24px;
    text-transform: none;
}

.boxes_relacionados h3.tit_box {
    margin-bottom: 5px;
    font-weight: 700;
    padding-left: 10px;
    text-transform: none;
    font-size: 18px;
}

.noticias #miolo.box {
    top: -48px;
    background-color: transparent;
}

.noticias select {
    background-color: #e4e4e4;
}

.entre_em_contato h3.tit_box {
    color: #3c3c3c;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 37px;
}

.perguntas-frequentes #miolo.box {
    top: 0;
    z-index: 2;
}

.releaser header.com_destaque #menu {
    height: 45px;
}

.estrutura-acionaria header.com_destaque #menu {
    height: 48px;
}

.paginate img {
    margin-right: 5px;
}

.route {
    width: 922px;
    margin-left: 15px;
}

    .route ul {
        width: 100%;
        background-color: #000;
        height: 33px;
    }

        .route ul li {
            color: #ccc;
            font-size: 16px;
            padding-left: 23px;
            width: 300px;
            padding-top: 10px;
            float: left;
            border: 0 !important;
        }

            .route ul li a {
                border-bottom: 4px solid #ffc500;
                color: #ccc;
                font-weight: 700;
            }

    .route .content-route input.submit {
        font-size: 12px;
    }

    .route .content-route ul.list-form {
        background-color: #fff;
    }

    .route .content-route ul li {
        height: 35px;
        line-height: 32px;
        width: 379px;
        vertical-align: middle;
        border-top: 2px solid #9e9e9e;
        background: #fff;
        margin-bottom: 10px;
        font-size: 11px;
        font-family: arial;
        color: #646464;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        float: left;
        padding: 0 6px;
    }

        .route .content-route ul li input {
            border: 1px solid #fff;
            line-height: 16px;
            height: 37px;
            width: 371px;
            font-weight: 700;
            background-color: #f1f1f1;
            border-top: 3px solid #c4c4c4;
            margin: 0;
            padding: 0 0 0 10px;
        }

#map-canvas {
    width: 866px;
    margin-left: 20px;
    height: 820px;
    clear: both;
    display: table;
}

#directionsPanel {
    width: 866px;
    margin-left: 20px;
    height: 820px;
    display: table;
}

.sua-viagem #btnSubmit {
    height: 35px;
    width: 107px;
    padding-left: 5px;
    font-weight: 700;
    background: url(../img/bt/rota.gif) repeat left top;
    color: #000;
    font-size: 12px;
    display: inline-block;
    border: 0;
    margin-left: 17px;
}

.sua-viagem .route .content-route ul li input.route-input {
    border: 1px solid #fff;
    height: 37px;
    width: 373px;
    line-height: 37px;
    font-weight: 700;
    background-color: #f1f1f1;
    border-top: 3px solid #c4c4c4;
    color: #1f1f1f;
    margin: 0;
    padding: 0 0 0 10px;
}

.declaracao-ocorrencia {
    clear: both;
    display: table;
    margin-left: 23px;
    width: 884px;
}

    .declaracao-ocorrencia h3 {
        font-size: 20px;
        color: #1f1f1f;
        line-height: 67px;
        text-align: center;
    }

    .declaracao-ocorrencia .box-ocorrencias {
        border: 1px solid #ebebeb;
        height: 69px;
    }

    .declaracao-ocorrencia .download {
        width: 884px;
        text-align: right;
    }

    .declaracao-ocorrencia .box-ocorrencias .image {
        float: left;
        margin-right: 25px;
    }

    .declaracao-ocorrencia .box-ocorrencias .padding-status {
        padding-top: 18px;
    }

    .declaracao-ocorrencia .box-ocorrencias .padding-texto {
        padding-top: 24px;
    }

    .declaracao-ocorrencia .box-ocorrencias p {
        float: left;
        font-size: 18px;
        color: #1f1f1f;
    }

.noticias .box.primeiro, .banco-imagens .box.primeiro {
    background-color: #f7f7f7;
    border-bottom: 3px solid #c7c7c7;
    position: relative;
}

    .noticias .box.primeiro .leia_mais, .banco-imagens .box.primeiro .leia_mais {
        position: absolute;
        bottom: 4px;
        right: 5px;
    }

    .noticias .box.primeiro .conteudo, .banco-imagens .box.primeiro .conteudo {
        padding-left: 10px;
        color: #3c3c3c;
        font-size: 13px;
        padding-bottom: 10px;
    }

.noticias #miolo {
    position: relative;
    z-index: 1;
    width: 924px;
    background: #fff;
    filter: none;
    margin: 25px auto 0;
}

    .noticias #miolo > p {
        font-size: 12px;
        color: #202020;
        margin: 15px 0;
    }

    .noticias #miolo form {
        width: 888px;
    }

        .noticias #miolo form p {
            font-family: Tahoma,Helvetica,sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
        }

.noticias .faq {
    margin: 0 0 60px;
}

    .noticias .faq li {
        margin-top: 15px;
        border-top: 1px solid #eaeaea;
        padding: 15px 0 0;
    }

        .noticias .faq li:first-child {
            border-top: none 0;
        }

    .noticias .faq h4, .faq h4 a {
        font-size: 16px;
        margin-bottom: 12px;
        color: #202020;
        font-weight: 700;
    }

    .noticias .faq p, .faq p a {
        font-size: 13px;
        color: #373737;
        margin-bottom: 10px;
    }

        .noticias .faq p.meta {
            font-size: 9px;
            color: #767676;
            text-transform: uppercase;
            padding-top: 5px;
        }

            .noticias .faq p.meta a {
                color: #767676;
                font-weight: 700;
            }

.noticias .relacionados-imprensa {
    width: 950px;
    overflow: hidden;
    margin: 0 auto 30px;
}

    .noticias .relacionados-imprensa div {
        background: #fff;
        float: left;
        border: 1px solid #efefef;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        width: 270px;
        min-height: 90px;
        margin: 10px 10px 0 0;
        padding: 20px 25px;
    }

        .noticias .relacionados-imprensa div h4 {
            font-size: 15px;
            color: #5a5a5a;
            font-weight: 700;
            margin: 10px 0;
        }

            .noticias .relacionados-imprensa div h4 a {
                color: #dd383c;
            }

        .noticias .relacionados-imprensa div p {
            font-size: 12px;
            color: #5a5a5a;
        }

.noticias .mais-noticias .img-wrap {
    background-image: url(../img/bg/ID115_Banco_imagens.jpg);
}

.metro {
    display: table;
}

    .metro .estacao {
        float: left;
        width: 169px;
        margin: 10px 0 4px 16px;
        line-height: 18px;
        height: 37px;
    }

        .metro .estacao .imagem-status {
            float: left;
            margin-top: 05px;
        }

        .metro .estacao .left {
            padding-left: 10px;
        }

        .metro .estacao span {
            display: table;
            clear: both;
            color: #fff;
            font-size: 13px;
        }

            .metro .estacao span.titulo-linha {
                display: block;
                font-size: 15px;
                text-transform: lowercase;
            }

                .metro .estacao span.titulo-linha:first-letter {
                    text-transform: uppercase;
                }

            .metro .estacao span.status-verde {
                color: #00ff6c;
            }

            .metro .estacao span.status-vermelho {
                color: #ff3000;
            }

            .metro .estacao span.status-amarelo {
                color: #ffeb00;
            }

            .metro .estacao span.status-laranja {
                color: #ffaa00;
            }

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    border: 0;
    outline: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #000;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        border-top: 5px solid #fcc705;
    }

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px Arial,sans-serif;
    white-space: nowrap;
    margin: 0;
    padding: 15px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../img/bg/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(../img/bg/fancybox_loading.gif) center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -3px;
    right: 10px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../img/bg/blank.gif);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/bg/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px Arial,Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        background: rgba(0,0,0,0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap;
        padding: 2px 20px;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0,0,0,.8);
    padding: 10px;
}

#divAlert {
    background-color: #000;
    width: 591px;
    text-align: center;
    display: none;
}

    #divAlert h3 {
        font-size: 45px;
        color: #fcc705;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    #divAlert p {
        color: #fff;
        font-size: 18px;
        padding: 10px 0;
    }

    #divAlert a {
        color: #fcc705;
        text-align: center;
        width: 100%;
        font-weight: 700;
        display: none;
    }

.politica-de-privacidade .intro, .politica-de-cookies .intro, .termos-de-uso .intro {
    padding: 20px;
}

.leia_mais {
    position: absolute;
    bottom: -10px;
    right: 5px;
}

.image2 {
    display: none !important;
}

#slider .images {
    overflow: visible !important;
}

#destaque_principal .images div {
    top: -41px !important;
}

#acessar-mobile {
    width: 100%;
    text-align: center;
    color: #8f8f8f;
    padding-top: 10px;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, .show, .block, html[xmlns] .clearfix, html[xmlns] .inner, header #menu ul.fixo > li:hover div.submenu, #destaque_principal li img, div.campanhas .corpo.active {
    display: block;
}

    b, strong, footer .categoria span, #direto_da_linha4 #trafego p.desc, .content-campain .text h5 {
        font-weight: 700;
    }

table caption, .hide, .estacoes ul li .ball, .sustentabilidade .vazado, .title-categoria #text-head, .perguntas-frequentes #miolo h3.tit_box {
    display: none;
}

.clear, .cb, body.campanhas .cases-content, .paginate {
    clear: both;
}

header.sem_destaque, .box {
    margin-bottom: 10px;
}

header #form_busca, .fancybox-inner {
    overflow: hidden;
}

header #menu div.submenu ul li:last-child, .content-campain li:last-child {
    border: 0;
}

input.submit:hover, .sua-viagem #btnSubmit:hover {
    background: url(../img/bt/rota_vermelho.gif) repeat left top;
}

.bt_default:hover, #paginador nav.paginas ul li.atual a, #paginador nav.paginas ul li a:hover {
    background-color: #df7477;
}

#box_via_quatro .chamadas article:first-child, #box_via_quatro article:first-child {
    margin-left: 0PX;
}

p.leia_mais a:hover, p.trabalhe-conosco a:hover, footer nav ul li a:hover, #rota div.widget p a:hover {
    text-decoration: underline;
}

footer p#politica, footer p a, #acessar-mobile a {
    color: #8f8f8f;
}

footer p.assinatura, #paginador nav.paginas, #paginador nav.paginas ul {
    float: right;
}

#compartilhe *, .conteudo_relacionado div.boxes_relacionados div.box:first-child {
    float: left;
}

#compartilhe ul, #releases article p.leia_mais {
    padding-top: 5px;
}

.mascara li, .fancybox-outer, .fancybox-inner {
    position: relative;
}

.content-campain .text, .fancybox-title-inside-wrap {
    padding-top: 10px;
}

    .content-campain li .text h5 a, .content-campain .text h5, .content-campain li .text h5 a, .content-campain .text h5 a {
        font-size: 19px;
    }

.estrutura-acionaria .title-categoria.com_destaque, .sua-viagem .title-categoria {
    height: 120px;
}

.tecnologia #destaque_principal.com_destaque, .sua-viagem #conteudo {
    width: 960px;
}

.linha-4-amarela header.com_destaque #menu, .integracao header.com_destaque #menu {
    height: 69px;
}

.fancybox-nav:hover span, .fancybox-opened .fancybox-title {
    visibility: visible;
}

/* SPECIAL-PROJECTS
*******************************************************************************************/

.special-projects {
    margin: 10px 0 55px;
    position: relative;
}

    .special-projects h3 {
        color: #efb900;
        font-size: 24px;
        margin-bottom: 12px;
    }

    .special-projects .jcarousel {
        position: relative;
        overflow: hidden;
    }

        .special-projects .jcarousel ul {
            width: 20000em;
            position: relative;
        }

        .special-projects .jcarousel li {
            float: left;
            height: 140px;
            width: 960px;
        }

            .special-projects .jcarousel li a {
                color: #000;
            }

            .special-projects .jcarousel li img {
                float: left;
                margin-left: 30px;
            }

            .special-projects .jcarousel li div {
                float: left;
                margin-left: 23px;
                width: 490px;
            }

                .special-projects .jcarousel li div p {
                    font-size: 13px;
                }

    .special-projects .jcarousel-control-prev,
    .special-projects .jcarousel-control-next {
        display: inline-block;
        height: 55px;
        margin-top: -23px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        text-indent: 100%;
        white-space: nowrap;
        width: 25px;
    }

        .special-projects .jcarousel-control-prev.inactive,
        .special-projects .jcarousel-control-next.inactive {
            display: none;
        }

    .special-projects .jcarousel-control-prev {
        background-image: url(../img/ico/arrow-left-yellow.png);
        left: 0;
    }

    .special-projects .jcarousel-control-next {
        background-image: url(../img/ico/arrow-right-yellow.png);
        right: 0;
    }

    .special-projects h4 {
        Font-size: 18px;
        font-weight: 700;
        margin: 10px 0 16px;
    }

/* PRESS-NEWS
*******************************************************************************************/

#miolo.press-news {
    padding-left: 0;
    padding-right: 0;
    width: 920px;
}

.press-news h1,
.press-news h2 {
    color: #efb900;
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0 20px;
}

.press-news .faq img {
    float: left;
    margin-right: 35px;
}

.news-highlights {
    overflow: hidden;
}

    .news-highlights li {
        float: left;
        margin-left: 16px;
        width: 295px;
    }

        .news-highlights li:first-child {
            margin-left: 0;
        }

    .news-highlights a {
        display: block;
    }

    .news-highlights h4 {
        color: #1f1f1f;
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .news-highlights time {
        color: #707070;
        display: block;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .news-highlights p {
        color: #1f1f1f;
        font-size: 15px;
        margin: 10px 0 0;
    }


/* RELEASE DETAIL
*******************************************************************************************/

.release-detail h2 {
    color: #373737;
    font-size: 15px;
    font-weight: 700;
}

.release-detail .conteudo a {
    color: #373737;
}

.release-detail .legend {
    background-color: #000;
    color: #c0c0c0;
    font-size: 14px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    padding: 22px 70px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

/* PRESS ROOM
*******************************************************************************************/

.press-room h2 {
    background-color: #f1f1f1;
    font-size: 21px;
    font-weight: 700;
    margin: 24px 0 14px;
    padding: 9px 12px;
    text-align: center;
}

.list-press-download-media a {
    display: block;
    border: 2px solid #ebebeb;
    color: #1f1f1f;
    font-size: 18px;
    padding: 15px 32px 12px;
    position: relative;
    margin-top: 10px;
}

    .list-press-download-media a span {
        background: #f4f4f4 url(../img/ico/download-document.png) no-repeat 20px center;
        color: #cf2e32;
        display: block;
        font-size: 11px;
        font-weight: 700;
        padding: 16px 18px 12px 46px;
        position: absolute;
        top: 0;
        right: 0;
        text-transform: uppercase;
    }

    .list-press-download-media a .date-hour {
        float: right;
    }

.press-room-advice h3 {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 18px;
    padding-left: 32px;
}

.press-room-advice .area-content {
    overflow: hidden;
}

.press-room-advice .content-left {
    float: left;
    max-width: 400px;
    width: 100%;
}

.press-room-advice .content-right {
    float: right;
    max-width: 400px;
    width: 100%;
}

.list-press-advice {
    margin-bottom: 30px;
}

    .list-press-advice li {
        border-top: 2px solid #ebebeb;
        padding: 10px 0 12px 32px;
    }

        .list-press-advice li:first-child {
            border-top: none;
        }


/* DECLARATION OCCURENCE
*******************************************************************************************/

.declaration-occurrence h2 {
    background-color: #f1f1f1;
    font-size: 24px;
    font-weight: 700;
    margin: 24px 0 14px;
    padding: 8px 12px;
    text-align: center;
}

.declaration-occurrence h3 {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 700;
    margin: 32px 0 44px;
    text-align: center;
}

.list-occurrence {
    margin-bottom: 80px;
}

    .list-occurrence li {
        display: table;
        border: 2px solid #ebebeb;
        margin-top: 10px;
        width: 100%;
    }

    .list-occurrence .line {
        background: #3c3c3c;
        color: #ffc501;
        display: table-cell;
        font-size: 26px;
        font-weight: 700;
        padding: 25px 0 26px;
        text-align: center;
        width: 250px;
    }

    .list-occurrence .download-media {
        background: #f4f4f4 url(../img/ico/download-document.png) no-repeat 20px center;
        color: #cf2e32;
        display: table-cell;
        font-size: 11px;
        font-weight: 700;
        padding: 0 18px 0 46px;
        text-transform: uppercase;
        width: 188px;
    }

    .list-occurrence .occurrence-content {
        color: #1f1f1f;
        display: table-cell;
        font-size: 18px;
        padding-left: 18px;
    }

@media only screen and -webkit-min-device-pixel-ratio 15,only screen and min--moz-device-pixel-ratio 15,only screen and min-device-pixel-ratio 15 {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../img/bg/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }

        #fancybox-loading div {
            background-image: url(../img/bg/fancybox_loading@2x.gif);
            background-size: 24px 24px;
        }
}

/* STATUS-LINHAS-SCREEN  */

html, body {
    height: 100%;
}

    body.status-linhas-screen {
        background: #000;
        color: #fff;
        font-size: 18px;
        height: 100%;
    }

.status-linhas-screen .status-info {
    background-color: #222222;
    font-size: 23px;
    font-weight: bold;
    padding: 9px 58px 6px;
}

.status-linhas-screen .status-info-area {
    overflow: hidden;
    padding: 14px 0;
    text-align: center;
}

    .status-linhas-screen .status-info-area.main-info {
        display: table;
        width: 100%;
    }

.status-linhas-screen .status-info-area-line {
    display: flex;
    padding: 0 5%;
}

    .status-linhas-screen .status-info-area-line > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;
    }

.status-linhas-screen .status-info-update {
    color: #7f7f7f;
    display: inline;
    font-size: 16px;
    font-weight: normal;
    float: right;
    line-height: 29px;
}

.status-linhas-screen .status-name {
    background: url(../img/status-monitor/ico/linha-4.png) no-repeat 10% 50%;
    color: #ffc501;
    display: table-cell;
    font-size: 80px;
    font-weight: bold;
    padding: 10px 0 10px 160px;
    width: 100%;
}

.status-linhas-screen .status-current-status {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-right: 40px;
    padding-left: 200px;
}

.status-linhas-screen .current-status {
    border: 3px solid transparent;
    font-size: 40px;
    font-weight: bold;
    margin: 0 5%;
    padding: 5px 15px;
}

    .status-linhas-screen .current-status.status-verde {
        border-color: #00ff6c;
    }

    .status-linhas-screen .current-status.status-verde,
    .status-linhas-screen .status-verde {
        color: #00ff6c;
    }

    .status-linhas-screen .current-status.status-amarelo {
        border-color: #ffeb00;
    }

    .status-linhas-screen .current-status.status-amarelo,
    .status-linhas-screen .status-amarelo {
        color: #ffeb00;
    }

    .status-linhas-screen .current-status.status-vermelho {
        border-color: #ff3000;
    }

    .status-linhas-screen .current-status.status-vermelho,
    .status-linhas-screen .status-vermelho {
        color: #ff3000;
    }

    .status-linhas-screen .current-status.status-laranja {
        border-color: #ffaa00;
    }

    .status-linhas-screen .current-status.status-laranja,
    .status-linhas-screen .status-laranja {
        color: #ffaa00;
    }

    .status-linhas-screen .current-status.status-cinza {
        border-color: #c4c4c4;
    }

    .status-linhas-screen .current-status.status-cinza,
    .status-linhas-screen .status-cinza {
        color: #c4c4c4;
    }

.status-linhas-screen .status-linhas li {
    display: inline-block;
    width: 21%;
}

.status-linhas-screen .status-linha-more {
    display: flex;
    /*flex-wrap: wrap;*/
    align-content: space-around;
}

    .status-linhas-screen .status-linha-more li {
        /*text-align: left;
    margin: 0 0 20px 10%;
    width: 22%;*/
    }

.status-linhas-screen .status-linhas li img {
    vertical-align: bottom;
}

.status-linhas-screen .status-linhas-info {
}

    .status-linhas-screen .status-linhas-info a {
        color: #fff;
        font-size: 24px;
        text-transform: lowercase;
        display: block;
    }

        .status-linhas-screen .status-linhas-info a:first-letter {
            text-transform: uppercase;
        }

    .status-linhas-screen .status-linhas-info span {
        display: block;
        font-size: 20px;
        white-space: nowrap;
    }

.status-linhas-screen .previsao {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex: 1;
    font-size: 2rem;
}

    .status-linhas-screen .previsao a {
        color: #fff;
        font-size: 24px;
        text-transform: none;
    }

@media all and (min-width:1300px) {
    .status-linhas-screen .status-info {
        font-size: 27px;
        padding: 18px 58px 12px;
    }

    .status-linhas-screen .status-info-update {
        font-size: 16px;
        line-height: 32px;
    }

    .status-linhas-screen .status-info-area {
        padding: 54px 0;
    }
}



.status-linhas-screen .split-metro {
    display: flex
}

    .status-linhas-screen .split-metro .split-metro-sp {
        width: 65%;
    }

    .status-linhas-screen .split-metro .split-metro-viamobilidade {
        width: 35%;
        border-left: #333 1px solid;
    }

        .status-linhas-screen .split-metro .split-metro-viamobilidade .status-linhas li {
            width: 32%;
        }
