﻿html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.nomobile {
    display: block;
}

#wrap {
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

#main {
    overflow: auto;
}

#footer {
    position: relative;
    clear: both;
    width: 100%;
    margin-top: 3em;
}

    #footer a {
        display: block;
        text-decoration: none;
        color: #ededed;
    }

        #footer a:hover {
            color: #707070;
        }

    /*#footer h2 {
        border-bottom: 1px dotted;
        font-size: 1.1em;
        margin-bottom: 0.7em;
        padding-bottom: 0.3em;
    }*/

    #footer h3, #footer h2 {
        color: #29383b;
        font-size: 1.6em;
        font-weight: 300;
        margin-bottom: 0.4em;
    }

    #footer input[type="text"], #footer textarea {
        background-color: #c4cacf;
        border: 1px solid #949a9f;
        color: #29383b;
        margin-bottom: 0.2em;
        padding: 0.5em 5%;
        width: 89%;
    }

    #footer .bt {
        color: #29383b;
        font-size: 1em;
        width: 99%;
        text-align: center;
        border: 1px solid #29383b;
        padding: 0.5em 0;
        background-color: transparent;
    }

.footer_links {
    background-color: #b4babf;
    padding: 1em 0;
    font-size: 0.7em;
    color: #ffffff;
    width: 100%;
}

.footer_logos {
    background-color: #949a9f;
    padding: 1em 0;
    font-size: 0.7em;
    color: #ffffff;
    width: 100%;
}

    .footer_logos .redes {
        float: left;
        width: 44%;
    }

        .footer_logos .redes img {
            float: left;
        }

        .footer_logos .redes p {
            float: left;
            padding: 15px 0 0 14px;
        }

    .footer_logos .qren {
        float: left;
        width: 39%;
    }

    .footer_logos .certificados {
        float: left;
        width: 17%;
    }

.newsbox, .newsbox input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #949a9f;
    color: #29383b;
    margin-bottom: 0.2em;
    /*width: 89%;*/
    padding: 0.5em 5%;
}

.content1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

img {
    display: block;
    padding: 0;
}

table td, table th {
    padding: 0; /* 'cellpadding' equivalent */
}

#header .idiomas {
    background-color: #ededed;
    height: 2em;
    color: #999ba0;
    font-size: 0.8em;
}

    #header .idiomas img {
        float: right;
        padding-left: 1em;
    }

    #header .idiomas a {
        color: #999ba0;
        text-decoration: none;
        line-height: 2em;
    }

        #header .idiomas a:hover, #header .idiomas a.selected {
            color: #4c5863;
            text-decoration: none;
        }

#header .logo {
    padding: 40px 0 30px 0;
}

.floatright {
    float: right;
}

/*slide*/
.banner {
    z-index: 900;
    width: 100%;
}

.onlyimg {
    width: 100%;
    max-height: 406px;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    max-height: 397px;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    .callbacks img {
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        border: 0;
    }

.icones_portefolio {
    background-color: #d1d7dc;
}

.icones {
    background-color: #949a9f;
}


.caption {
    font-family: 'Open Sans Condensed', sans-serif;
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 1.5em;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .5);
    left: 0;
    right: 0;
    bottom: 0;
    /*padding: 10px 20px;*/
    margin: 0;
    max-width: none;
    text-align: center;
}

.callbacks {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    /*padding: 10px 20px;*/
    margin: 0;
    max-width: none;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../Images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

    .callbacks_nav:active {
        opacity: 1.0;
    }

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }
/*fim slide*/
.menu1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.destaque, .novas_obras {
    position: relative;
}

    .destaque .imagem {
        width: 100%;
        z-index: 10;
    }

    .novas_obras .imagem {
        width: 100%;
        max-height: 200px;
        z-index: 10;
        overflow: hidden;
    }

    .novas_obras .description {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .novas_obras .description a {
        font-size: 0.75em;
        text-decoration: none;
        color:  #35404B;
        font-weight: 600;
    }

    .novas_obras .description a:hover {
        color: #B4111A;
        }

    .novas_obras .description p {
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 0.75em;
        text-decoration: none;
        color:  #35404B;
        font-weight: 300;
    }

        .destaque .imagem img, .novas_obras .imagem img {
            width: 100%;
            display: block;
        }

    .destaque .title, .novas_obras .title {
        width: 100%;
        z-index: 100;
        position: absolute;
        background-color: #212c37;
        opacity: 0.9;
        top: 0;
    }
    .novas_obras .title {
        top: 10px;
    }

    .destaque .paises {
        color: #fff;
        padding: 3em 0.7em 0;
        position: absolute;
        z-index: 100;
        line-height: 1.8em;
        font-size: 0.9em;
    }

        .destaque .paises a {
            color: #fff;
            text-decoration: none;
        }

            .destaque .paises a:hover {
                color: #E1E1E1;
            }

    .destaque .title h3, .novas_obras .title h3 {
        padding: 0.5em;
        color: #fff;
        font-weight: 500;
        font-size: 1em;
        margin: 0;
    }

.areasnegocio {
    margin-top: 1em;
}

    .areasnegocio img {
        width: 100%;
    }

.areasnegocio_portfolio {
    margin-top: 1em;
}

    .areasnegocio_portfolio img {
        width: 100%;
    }

.destaque {
    /*background-color: #ededed;*/
    width: 100%;
}

    .destaque .texto {
        font-size: 0.75em;
        color: #35404B;
        padding: 1em;
        font-weight: 300;
    }

        .destaque .texto h2 {
            font-size: 1.1em;
            font-weight: 600;
            text-transform: uppercase;
            margin: 0;
        }

        .destaque .texto a {
            text-decoration: none;
            display: block;
            color: #B4111A;
        }

.breadcrumbs {
    font-size: 0.7em;
    color: #35404B;
    margin: 2em 0;
}

    .breadcrumbs a {
        font-size: 1em;
        text-decoration: none;
        color: #35404B;
    }

        .breadcrumbs a:hover {
            color: #72797f;
        }

.text_content {
    color: #35404B;
    font-weight: 300;
    font-size: 0.85em;
    line-height: 1.6em;
}

    .text_content a {
        text-decoration: none;
        color: #35404B;
    }

    .text_content p {
        padding-bottom: 0.8em;
    }

    .text_content h1 {
        color: #B2071A;
        font-weight: 500;
        font-size: 1.7em;
        text-transform: uppercase;
        margin-bottom: 0.8em;
        line-height: 1.2em;
    }

    .text_content h2, .portfolio h1 {
        font-weight: 500;
        font-size: 1.7em;
        text-transform: uppercase;
        margin-bottom: 0.8em;
        color: #35404B;
        line-height: 1.2em;
    }

    .text_content h3 {
        color: #B2071A;
        font-weight: 500;
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 0.8em;
    }

    .text_content h5 {
        font-weight: 500;
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 0.3em;
        margin-top: 0.8em;
    }

        .text_content h5 a {
            color: #B2071A;
            text-decoration: none;
        }

    .text_content h6 {
        font-weight: 400;
        font-size: 0.9em;
        line-height: 1.5em;
        margin-bottom: 0.8em;
        margin-top: 0em;
        color: #B2071A;
        text-transform: uppercase;
    }

    .text_content img {
        width: 100%;
    }

.submenu .square, .submenu .square_red {
    width: 1.8em;
    height: 1.8em;
    position: absolute;
    z-index: 10;
    border-right: 0.2em solid #fff;
}

.square img {
    padding: 0.5em;
}

.submenu .bgtxt {
    height: 1.8em;
    background-color: #E1E1E1;
    width: 100%;
    position: relative;
    margin-bottom: 0.2em;
}

.submenu h4 {
    /*background-color: #E1E1E1;*/
    text-transform: uppercase;
    color: #35404B;
    position: absolute;
    padding: 0.5em 0 0.5em 3.2em;
    font-size: 0.7em;
    font-weight: normal;
    margin: 0;
}

.highlight .squareB {
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    z-index: 10;
    border-right: 0.2em solid #fff;
}

.squareB img {
    padding: 0.4em;
}

.highlight .bgtxt {
    height: 2.5em;
    background-color: #E1E1E1;
    width: 100%;
    position: relative;
    margin-bottom: 0.2em;
}

.highlight h1 {
    text-transform: uppercase;
    color: #35404B;
    position: absolute;
    padding: 0.5em 0 0.5em 3.2em;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
}

.highlight img.icone {
    width: auto;
}

.top {
    z-index: 10;
    float: right;
    padding: 0.6em;
}

.ciclovida h4 {
    background-color: #6c747b;
    color: #fff;
    padding: 0.5em 2%;
    width: 96%;
    margin: 0;
}

.ciclovida img {
    width: 100%;
    margin-bottom: 2em;
}

.punchline {
    font-size: 1.9em;
    line-height: 1.2em;
}

a.redlink {
    color: #B2071A;
}

a.button {
    text-decoration: none;
    background-color: #fff;
    color: #b3071a;
    border: solid 1px #b3071a;
    padding: 0.4em 1em;
}

    a.button:hover {
        background-color: #b3071a;
        color: #fff;
    }

a.backlink {
    color: #35404b;
    text-decoration: none;
}

    a.backlink:hover {
        color: #B2071A;
    }

a.newsletter {
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 0.7em 0;
}

.tooltip {
    text-decoration: none;
    position: relative;
}

    .tooltip span {
        display: none;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: white;
    }

        .tooltip span img {
            float: left;
        }

    .tooltip:hover span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        width: auto;
        max-width: 320px;
        border: 2px solid #ccc;
        margin-top: 0;
        margin-left: 15em;
        overflow: hidden;
        padding: 8px;
    }

#filtros ul {
    padding: 0 0.5em;
}

#filtros li {
    font-size: 0.75em;
    line-height: 1.7em;
    color: #6c6c6c;
    list-style: outside none none;
}

#filtros label {
    margin-left: 0.6em;
}

.form input, .form textarea {
    width: 97%;
    padding: 0.7em 1.3%;
}

.form select {
    width: 100%;
    padding: 0.7em 0;
}

.separador {
    height: 17px;
    width: 100%;
    margin-top: 1em;
    border-top: dotted 1px #949a9f;
}

.portfolio h2 {
    background-color: #28373c;
    width: 92%;
    padding: 0.3em 4%;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    min-height: 3.2em;
}

.portfolio h3 {
    margin-bottom: 0;
    margin-top: 1.5em;
}

.small_icones {
    width: 100%;
    max-width: 350px;
}

.nodesktop {
    display: none;
}

.nodesktop_menu {
    display: none;
}

.oportunidades {
    cursor: pointer;
}

.job {
    background-color: #28373c;
}

    .job span {
        color: #fff;
        display: block;
        padding: 0.5em 1em;
    }

.contact_details {
    border-bottom: solid 1px #cecece;
    padding-bottom: 2em;
    margin-bottom: 2em;
    position: relative;
}

    .contact_details img {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 77px;
    }

.button {
    color: #29383b;
    font-size: 1em;
    text-align: center;
    border: 1px solid #29383b;
    padding: 0.5em 2em;
    background-color: transparent;
}

    .button:hover {
        color: #ffffff;
        font-size: 1em;
        text-align: center;
        border: 1px solid #29383b;
        padding: 0.5em 2em;
        background-color: #29383b;
    }

.banner_img {
    background-size: cover;
    min-height: 11em;
    background-position: center;
}

@media only screen and (min-width: 40em) {
    .banner_img {
        min-height: 28em;
    }
}

@media only screen and (min-width: 64em) { /* 1024 */
    .destaque {
        min-height: 199px;
    }
}

@media only screen and (max-width: 64em) { /* 1024 */
    .footer_logos .qren img, .footer_logos .certificados img {
        width: 95%;
    }

    .footer_logos .redes img {
        width: 17%;
        max-width: 25px;
    }

    .footer_logos .redes p {
        padding: 14px 0 0 7px;
        font-size: 0.8em;
    }

    .content1000 {
        width: 95%;
    }

    .menu1000 {
        width: 100%;
        max-width: none !important;
    }

    .submenu h4 {
        font-size: 0.6em;
        padding: 0.8em 0 0.8em 1.3em;
    }

    .submenu .square {
        width: 0.45em;
    }

    .download_folio img {
        display: none;
    }

    .destaque {
        min-height: 199px;
    }

    .hide {
        display: none;
    }

    .punchline {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 49em) {
    .nodesktop_menu {
        display: block;
    }

    .nomobile_menu {
        display: none !important;
    }
}

@media only screen and (max-width: 40em) {

    .footer_logos .redes {
        display: block;
        width: 95%;
        margin-left: 2.5% !important;
        margin-right: 2.5% !important;
    }

    .nodesktop {
        display: block;
    }

    .nomobile {
        display: none !important;
    }

    .callbacks_nav {
        top: 87%;
        height: 32px;
        width: 21px;
        background: transparent url("../Images/themes_small.gif") no-repeat left top;
        margin-top: -45px;
    }

    .tooltip:hover span {
        margin-left: 3em;
    }

    @media only screen and (max-width: 37em) {
        .submenu .square {
            width: 1.8em;
        }

        .download_folio img {
            display: block;
        }

        .submenu h4 {
            padding: 0.8em 0 0.8em 4em;
        }

        .perfectScrollbarHolder {
            height: 184px !important;
        }
    }
}

/* search */

.divSearchBox {
    position: relative;
    z-index: 99;
}

.divSearchBox_Box {
    background-color: #ededed;
    border-radius: 0;
    padding: 5px;
    position: absolute;
    right: 0;
}

.inputSearchBox {
    background-color: #ffffff;
    border-color: #ededed;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12) inset;
    height: 25px;
    font-size: 12px;
    color: #949a9f;
    width: 230px;
    padding-left: 5px;
    border-style: solid;
}

.carreiras_cliqueAqui {
    color: #b2071a;
    font-weight: 500;
    font-size: 0.95em;
    line-height: 1.6em;
}

.cb_portfolio:checked {
    background-color:red;
}

.divPortfolioFilterChecked {
    background-color: rgb(178, 7, 26);
    height: 12px;
    position: relative;
    top: 15px;
    width: 11px;
    border:1px solid rgb(178, 7, 26);
}

.divPortfolioFilterUnChecked {
    background-color: #fff;
    height: 12px;
    position: relative;
    top: 15px;
    width: 11px;
    border:solid 1px #797878;
}

.listPortfolios {
}


.menuDownloadPortfolio {
    cursor: pointer; 
    font-size: 0.7em;
    color: #6b7885;
    font-weight: 400;
}
.menuDownloadPortfolio:hover {
    cursor: pointer; 
    font-size: 0.7em;
    color: #fff;
    font-weight: 400;
}

._trTable:hover{
    cursor:pointer;
}

.tableGlossarioOption
{
    cursor: pointer;color:#aa1313; font-weight:normal;
}

.tableGlossarioOption:hover
{
    cursor: pointer;color:#aa1313; font-weight:bold;
}


/* img portfolio */

.portfolio .imagem img
{
    height: 166px;
}