/* 
    Document   : style.css
    Created on : 20/08/2014, 11:12:07
    Author     : Ricardo Comino França
    Description: Estilos para o PIPE
*/


/* RESET */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: "Arial", sans-serif;
}

img {
    border: none;
}


/* FONT FACE */

@font-face {
    font-family: Century Gothic;
    src: url(GOTHIC.TTF);
}

@font-face {
    font-family: Century Gothic;
    src: url(GOTHICB.TTF);
    font-weight: bold;
}


/* GERAL */

.sprite {
    background: url(../img/sprite.png) no-repeat;
}

.wrap {
    position: relative;
    max-width: 1140px;
    padding: 0 10px;
    /*  overflow: hidden; */
    margin: 0 auto;
    box-sizing: border-box;
}

.img_detalhe {
    border-left: 10px solid #6a94cb;
    margin: 0 0 20px;
    width: 100%;
}

.wrap_actions {
    position: relative;
    width: 205px;
    height: 55px;
    overflow: hidden;
    margin: 0 auto;
}

.icon_next {
    width: 28px;
    height: 39px;
    float: left;
    margin: 0 20px 0 0;
}

.icon_next.white {
    background-position: -109px 0;
}

.icon_next.blue {
    background-position: -146px 0;
}

.icon_chamadas {
    background-position: -56px 0;
    width: 40px;
    height: 38px;
    float: left;
    margin: 3px 20px 0 0;
}

.icon_last {
    width: 40px;
    height: 38px;
    float: left;
    margin: 3px 20px 0 0;
}

.icon_last.white {
    background-position: 0 0;
}

.icon_last.blue {
    background-position: -56px 0;
}

.icon_seta {
    width: 10px;
    height: 7px;
    float: left;
    margin: 5px 10px 5px 0;
    display: block;
    background-position: -615px -33px;
}

.icon_calendar {
    position: relative;
    width: 41px;
    height: 49px;
    display: block;
    float: left;
    background-position: -754px 0;
    margin: 0 10px 0 0;
}

.icon_news {
    position: relative;
    width: 44px;
    height: 33px;
    display: block;
    float: left;
    background-position: -182px 0;
    margin: 0 10px 10px 0;
}

.icon_news.less_margin {
    margin: 0 10px 0 0;
}

.icon_topo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: block;
    height: 44px;
    width: 44px;
    z-index: 2000;
    background-position: -1448px 0px;
}

.table {
    position: relative;
    width: 100%;
}

.table.program {
    position: relative;
    width: 649px;
    margin: 0 20px;
}

.table tr td,
.table tr th {
    position: relative;
    padding: 10px 20px 10px 0;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}

.table tr td p {
    margin: 0;
}

.table tr td.title_td {
    text-align: center;
    font-weight: bold;
    color: #6a94cb;
    background-color: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #cccccc;
}

.float_left {
    float: left;
    margin: 0 20px 0 0;
    width: 150px;
}

.date_news {
    font-size: 14px;
    color: #959595;
}

ul {
    list-style-position: outside;
    /* margin: 0 0 0 20px; */
    margin: 9px 0 0 -12px;
}

table tr td {
    padding: 10px;
}

.print {
    position: absolute;
    top: 0;
    right: 0;
    width: 246px;
    height: 32px;
    background-position: -1056px -30px;
    margin-left: -50px;
}

@media print {
    .notprint {
        display: none;
    }
    .search {
        display: none;
    }
    .btn_back {
        visibility: hidden;
    }
    .aside {
        visibility: hidden;
    }
    .faixa_header {
        visibility: hidden;
    }
    #header {
        visibility: hidden;
    }
    #footer {
        position: fixed;
        bottom: 0;
        margin: 0.5cm;
    }
    p {
        width: 98%;
    }
    .AjustePAragrafo {
        width: 96%;
    }
    .AjustePAragrafo {
        width: 96%;
    }
    .AjustePAragrafo2 {
        width: 95%;
    }
    @page {
        margin-top: 0.5cm;
        margin-bottom: 0.5cm;
        margin-left: 0.2cm;
        margin-right: 0.1cm;
    }
}


/* FONTES */

h1 {
    position: relative;
    font-family: Century Gothic, sans-serif;
    color: #fff;
    display: block;
    float: left;
    font-size: 26px;
    font-weight: normal;
    line-height: 50px;
    text-decoration: none;
}

.logo {
    height: 22px;
    margin: 13px 0 0;
    text-indent: -9999px;
    width: 570px;
    float: left;
    background-position: -807px 0;
    display: block;
    text-decoration: none;
}

.logo_FAPESP {
    background-position: -442px 0;
    height: 32px;
    margin: 5px 0 0;
    text-indent: -9999px;
    width: 157px;
    float: right;
    display: block;
    text-decoration: none;
}

h3 {
    font-size: 21px;
    line-height: 40px;
    margin: 0 0 10px;
    color: #6a94cb;
    overflow: hidden;
}

h3.detalhe {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 20px;
}

h4 {
    font-size: 16px;
    line-height: 16px;
    color: #6a94cb;
}

h4 .subtitle {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 15px 0;
    display: block;
}

h5 {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin: 0 0 20px;
}

span.subtitle {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 20px;
    float: left;
    clear: both;
    width: 100%;
}

span.title_col {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px;
    color: #6a94cb;
    display: block;
}

.txt_col p {
    margin: 0;
}

span.txt_col.left {
    position: relative;
    font-size: 16px;
    line-height: 21px;
    color: #454545;
    display: block;
    max-width: 650px;
}

span.date {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #6a94cb;
    text-align: right;
    width: 125px;
}

.indice {
    position: relative;
    z-index: 1;
}

.anchor {
    display: block;
    height: 110px;
    margin-top: -110px;
    visibility: hidden;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    color: #454545;
}

.more {
    color: #6a94cb;
    font-weight: bold;
    font-size: 14px;
}

.more:hover {
    color: #3975a6;
}

.fontBlue {
    color: #6a94cb;
}

.fontBlack {
    color: #454545;
}


/* LINKS */

a {
    color: #6a94cb;
    text-decoration: none;
    word-wrap: break-word;
}

a:hover {
    color: #454545;
    text-decoration: underline;
}

a.link_full {
    text-decoration: none;
    color: #454545;
}

a.link_full:hover {
    text-decoration: underline;
    color: #454545;
}

a.link_nav {
    color: #6a94cb;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    display: block;
}

a.link_nav:hover {
    color: #3975a6 !important;
    text-decoration: none;
}

a.link_nav:visited {
    color: #6a94cb;
    text-decoration: none;
}

a.link_col {
    position: relative;
    color: #454545;
    text-decoration: none;
    display: block;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
}

a.link_col:hover {
    background-color: #f5f5f5;
}

a.link_col.no_hover:hover {
    background: none;
}

a.link_list {
    color: #454545;
    font-size: 12px;
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

a.link_list:hover {
    color: #6a94cb !important;
    text-decoration: none;
}

a.link_list:visited {
    color: #454545;
    text-decoration: none;
}

a.link_leia_mais {
    text-decoration: none;
    float: left;
    display: block;
    text-indent: -9999px;
}

a.link_leia_mais.agencia {
    width: 112px;
    height: 14px;
    background-position: 0 -49px;
    margin: 10px 0 0 24px;
}

a.link_leia_mais.revista {
    width: 67px;
    height: 21px;
    background-position: -148px -46px;
    margin: 10px 0 0 10px;
}

a.link_list.less {
    color: #454545;
    margin-bottom: 0;
}

a.link_leia_mais.inovacao {
    width: 220px;
    height: 78px;
    background: url(../img/ppilogo.gif) no-repeat;
    margin: 10px 0 0 0;
}

a.btn_more {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    margin: 10px 0 0 -40px;
    padding: 10px 0;
    background-color: #454545;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    text-align: center;
    display: block;
    text-decoration: none;
}

a.btn_more:hover {
    background-color: #6a94cb;
}

a.btn_back {
    width: 62px;
    height: 18px;
    margin: 10px;
    padding: 10px;
    background-color: #6a94cb;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    text-align: center;
    display: block;
    text-decoration: none;
    float: left;
}

a.btn_back:hover {
    background-color: #454545;
}

a.add_calendar {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 55px;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

a.add_calendar .text_calendar {
    position: relative;
    margin: 20px 0 0;
    float: left;
}

a.result {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #6a94cb;
    text-align: right;
    width: 75px;
    display: block;
    text-decoration: none;
    padding-right: 20px;
    z-index: 1000;
}

a.result:hover {
    color: #454545;
}

a.expand {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #6a94cb;
    text-align: right;
    width: 100%;
    display: block;
    text-decoration: none;
    padding-right: 20px;
    z-index: 1000;
}


/* HEADER */

#header {
    position: fixed;
    top: 0;
    width: 97%;
    overflow: hidden;
    z-index: 10000;
    background-color: #fff;
}

#header .menu {
    position: relative;
    list-style: none;
    /*  overflow: hidden; */
    margin: 20px 0 0;
    float: left;
    width: 100%;
}

#header .menu .item_nav {
    position: relative;
    float: left;
    padding: 0 10px;
    margin-top: 2px;
    border-right: 1px solid #6a94cb;
}

#header>.wrap>nav>.menu>.item_nav {
    position: relative;
    float: left;
    padding: 0 10px;
    margin-top: 2px;
    /*  border-right: 1px solid #6a94cb; */
}

#header .menu .item_nav.first-child {
    padding-left: 0;
}

#header .menu .item_nav.last-child {
    border-right: none;
}

#header .lang {
    position: relative;
    margin: 17px 0 0;
    float: right;
    width: 100px;
    height: 24px;
    text-align: right;
}

#header .lang .icon_lang {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 0 0 5px;
    background-position: -652px 0;
    display: block;
    float: right;
}

#header .lang .txt_lang {
    position: relative;
    width: 70px;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
}

#header .search {
    position: relative;
    width: 200px;
    height: 30px;
    margin: 15px 0 0 20px;
    float: right;
}

#header .search .input_search {
    position: relative;
    width: 158px;
    height: 18px;
    border: 1px solid #6a94cb;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    color: #6a94cb;
}

#header .search .icon_lupa {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    z-index: 2;
    background-position: -726px 0;
}

#header .faixa_header {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #6a94cb;
    float: left;
    margin: 15px 0 0;
}


/* GALERIA HOME */

.galery {
    position: relative;
    height: 350px;
    margin: 20px 0 0;
    float: left;
}

.galery .overview {
    position: relative;
    width: 835px;
    height: 350px;
    overflow: hidden;
}

.galery .wrap_galery {
    position: relative;
    overflow: hidden;
    background-color: #000000;
    list-style: none;
    margin: 0;
}

.galery .wrap_galery .item {
    position: relative;
    width: 835px;
    height: 350px;
    margin: 0;
    float: left;
    box-sizing: border-box;
}

.galery .wrap_galery .item .icon_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 56px;
    background: url(../img/icon_play.png) no-repeat 0 0;
    z-index: 1002;
    margin: -28px 0 0 -40px;
}

.galery .wrap_galery .item img {
    z-index: 1;
    width: 100%;
}

.galery .wrap_galery .item .txt_galery {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 440px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#d8FFFFFF, endColorstr=#d8FFFFFF);
    z-index: 1001;
    color: #000000;
    box-shadow: 0 0 10px #999999;
}

.galery .wrap_galery .item .txt_galery:hover {
    background: rgba(255, 255, 255, 0.95);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF);
    z-index: 1001;
    color: #454545;
}

.galery .wrap_galery .item .txt_galery h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.galery .wrap_galery .item .txt_galery p {
    font-size: 16px;
    line-height: 16px;
    margin: 5px 0 0;
}

.galery .wrap_galery .item .txt_galery a {
    color: #454545;
    text-decoration: none;
}

.galery .wrap_bullets {
    position: absolute;
    bottom: -25px;
    left: 50%;
    list-style: none;
}

.galery .wrap_bullets li {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    float: left;
    cursor: pointer;
    background-position: -688px 0;
}

.galery .wrap_bullets li.ativo {
    background-position: -706px 0;
}


/* GALERIA DETALHE */

.galery_detail {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
}

.galery_detail .view {
    position: relative;
    width: 695px;
    height: 250px;
    overflow: hidden;
}

.galery_detail .thumbs {
    position: relative;
    width: 700px;
    overflow: hidden;
    list-style: none;
}

.galery_detail .thumbs .thumb {
    position: relative;
    width: 65px;
    height: 48px;
    float: left;
    margin: 5px 5px 0 0;
    overflow: hidden;
}


/* CONTENT */

#main {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 110px 0 0;
}

#main.emp {
    margin: 100px 0 0;
}

#main .content {
    position: relative;
    margin: 40px 0;
    float: left;
}

#main .content .col_left {
    position: relative;
    width: 800px;
    overflow: hidden;
    float: left;
    margin: 0 60px 0 0;
}

#main .content .col_left .list {
    position: relative;
    list-style: none;
    overflow: hidden;
    margin: 0 0 40px;
    box-sizing: border-box;
}

#main .content .col_left .list .year {
    position: relative;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #6a94cb;
    margin: 5px 0;
    box-sizing: border-box;
}

#main .content .box_full,
#main .content .box_col {
    position: relative;
    margin: 0 20px 40px 0;
    float: left;
    list-style: none;
    box-sizing: border-box;
}

#main .content .box_col {
    position: relative;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 10px solid #6a94cb;
}

#main .content .box_col.gray {
    border-left: 10px solid #CCCCCC;
}

#main .content .box_col {
    margin: 0 0 20px;
}

#main .content .box_col .programa {
    position: relative;
    display: none;
}

#main .content .box_col .programa.resposta {
    padding: 0 20px;
    box-sizing: border-box;
}

#main .content .box_col .programa.resposta .list_resposta {
    list-style-position: inside;
    margin: 0 0 20px;
}

#main .content .box_col .programa.resposta .list_resposta li {
    list-style-position: inside;
    margin: 0 0 10px;
}

#main .content .box_sobre {
    position: relative;
    width: 550px;
    float: left;
    margin: 20px 13px 20px 0;
    box-sizing: border-box;
}

#main .content .box_sobre h2 {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #626262;
}

#main .content .box_sobre p {
    position: relative;
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #626262;
}

#main .content .box_home {
    position: relative;
    width: 270px;
    float: left;
    margin: 60px 0 20px;
    box-sizing: border-box;
}

#main .content .box_home .img_destaque_home {
    margin: 0;
    width: 270px;
}

#main .content .box_home a.wrap_txt_destaque {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin: 2px 0 20px;
    background-color: #666;
    padding: 10px;
    display: block;
    min-height: 80px;
}

#main .content .box_home a.wrap_txt_destaque:hover {
    text-decoration: none;
    background-color: #777;
}

.wrap_tag {
    margin: 20px 0 0;
}

.tag_session {
    background-color: #e67036;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
    text-transform: none;
}

.tag_session.videos {
    margin: 0 0 0 15px;
}

.tag_session:hover {
    background-color: #333;
    text-decoration: none;
}

#main .content .wrap_texto {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

#main .content .dados {
    position: relative;
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin: 0 0 40px;
}

#main .content .dados .left,
#main .content .dados .right,
#main .content .dados .full {
    margin: 0 0 20px 0;
}

#main .content .dados .left p,
#main .content .dados .right p,
#main .content .dados .full p {
    margin: 0;
}

#main .content .dados .left {
    position: relative;
    width: 460px;
    padding: 0 20px 0 0;
    float: left;
}

#main .content .dados .right {
    position: relative;
    width: 220px;
    float: left;
}

#main .content .dados .full {
    position: relative;
    width: 100%;
    float: left;
}


/* ASIDE */

.aside {
    position: relative;
    width: 260px;
    margin: 20px 0 5px 0;
    list-style: none;
    float: right;
}

.aside.space {
    margin: 40px 0 0
}

.aside.space_plus {
    margin: 63px 0 0
}

.aside.space_plus2 {
    margin: 55px 0 0
}

.aside.space_plus3 {
    margin: 31px 0 0
}

.aside .banner {
    position: relative;
    width: 192px;
    height: 44px;
    margin: 0 0 10px;
    float: left;
    background-color: #6a94cb;
    display: block;
    padding: 12px 8px 8px 20px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.aside .banner.gray {
    background-color: #939393;
    padding: 12px 8px 8px 20px;
}

.aside .banner:hover {
    background-color: #3975a6;
}

.aside .banner.gray:hover {
    background-color: #666666;
}

.aside .list_areas {
    border: 1px solid #6a94cb;
    list-style: outside none none;
    margin: 0 0 15px;
    padding: 0 15px 20px;
    position: relative;
}

.aside .list_areas li {
    position: relative;
    margin: 5px 0 0;
    color: #454545;
    font-size: 12px;
    text-decoration: none;
}

.aside .list_areas li strong,
.aside .list_areas li b {
    margin: 10px 0 0;
    display: block;
}

.aside .list_areas li.last-child {
    overflow: hidden;
    margin: 0 0 20px;
}

.aside .list_areas li h4.title_aside {
    position: relative;
    margin: 10px 0 0 -24px;
    padding: 5px 0 0 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    height: 36px;
    width: 221px;
    background-position: -808px -32px;
}

.aside .news {
    position: relative;
    list-style: none;
    padding: 15px;
    margin: 0 0 25px;
    border: 1px solid #6a94cb;
}

.aside .news li {
    position: relative;
    overflow: hidden;
}

.aside .news li.item_news {
    padding: 10px 0;
    border-bottom: 1px dotted #6a94cb;
}

.aside .news li.item_news.last {
    padding: 10px 0;
    border-bottom: 0;
}

.aside .news li.item_news:last {
    padding: 10px 0;
    border-bottom: 0;
}

.aside .news li.item_news .title_news {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #6a94cb;
    margin: 0 0 5px;
}

.aside .news li.item_news .data_news {
    position: relative;
    font-size: 12px;
    line-height: 12px;
    color: #454545;
    margin: 0;
    font-style: italic;
}


/* FOOTER */

#footer {
    position: relative;
    width: 100%;
    background-color: #6a94cb;
    z-index: 1000;
}

#footer .col {
    position: relative;
    margin: 0 200px 0 0;
    float: left;
}

#footer .col:last-child {
    margin: 0 !important;
}

#footer .col.last-child {
    margin: 0 !important;
}

#footer .col .title {
    position: relative;
    font-family: "Arial", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 0 10px 0;
    display: block;
}

#footer .links {
    position: relative;
    width: 100%;
    padding: 40px 0 60px 0;
    overflow: hidden;
}

#footer .links .col a {
    position: relative;
    font-family: "Arial", sans-serif;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    display: block;
    text-decoration: none;
}

#footer .links .col a.converse {
    position: relative;
    text-indent: -9999px;
    height: 50px;
    width: 195px;
    background-position: -238px 0px;
    display: block;
}

#footer .links .col a.converse:hover {
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

#footer .links .col a:hover {
    text-decoration: underline;
}

#footer .links .col p {
    position: relative;
    font-family: "Arial", sans-serif;
    color: #fff;
    font-size: 12px;
    margin: 0 0 20px;
}

#footer .scroolTop {
    position: absolute;
    top: -30px;
    right: 30px;
    font-family: "Arial", sans-serif;
    color: #e67036;
    font-size: 14px;
    display: block;
    outline: none;
}

.destaque {
    background: yellow;
}

.bar_progress {
    background: url(../images/bar_load.gif) no-repeat center;
    height: 100px;
    display: none;
}

.videos {
    position: relative;
    max-width: 1120px;
    padding: 0 10px;
    list-style: none;
    /*  overflow: hidden; */
    margin: 0 auto;
}

.videos li {
    width: 270px;
    float: left;
    margin: 0 13px 80px 0;
}

.videos li:last-child {
    margin: 0 0 80px;
}

.videos li.title {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #626262;
    text-transform: uppercase;
}

.videos li a {
    color: #454545;
    font-size: 13px;
}


/*  PIPE EMPREENDEDOR */

.box {
    position: relative;
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.box .img_left {
    position: relative;
    width: auto;
    float: left;
    margin: 10px 60px 0 0;
}

.box .img_right {
    position: relative;
    width: auto;
    float: right;
    margin: 10px 0 0 60px;
}

.box .wrap-text-box {
    position: relative;
    max-width: 750px;
    margin: 20px 0;
    border: 1px solid #c0c0c0;
    padding: 20px;
    box-sizing: border-box;
}

.box .wrap-text-box.left {
    float: left;
}

.box .wrap-text-box.right {
    float: right;
}

.box .wrap-text-box h4 {
    font-size: 18px;
    line-height: 21px;
    color: #6a94cb;
}

.box .wrap-text-box h5 {
    font-size: 16px;
    color: #000;
    margin: 5px 0 20px;
    font-weight: normal;
}

.box .wrap-text-box p {
    font-size: 14px;
    color: #666;
    line-height: 21px;
    margin: 0;
}

.como-funciona {
    position: relative;
    margin: 40px 0 0;
}

.como-funciona .process-item-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.como-funciona .process-item-wrapper .process-item-infos {
    width: 52px;
    height: 100%;
    margin-right: 20px;
}

.como-funciona .process-item-wrapper .process-item-infos .process-item-index {
    font-family: inherit;
    text-align: center;
    border: 1px solid;
    font-size: 26px;
    font-weight: 700;
    line-height: 52px;
    height: 52px;
    margin-bottom: 12px;
    width: 52px;
}

.como-funciona .process-item-wrapper .process-item-infos .process-item-linker {
    border-right: 1px solid;
    border-top: 0 none;
    height: calc(100%);
    left: 27px;
    position: absolute;
    top: 54px;
    width: 1px;
}

.como-funciona .process-item-wrapper .process-text-group {
    position: relative;
    top: -65px;
    margin-left: 80px;
    max-width: 750px;
}

.como-funciona .process-item-wrapper .process-text-group h3 {
    font-size: 18px;
    line-height: 37px;
    color: #6a94cb;
}

.coordenacao {
    position: relative;
    list-style: none;
    max-width: 900px;
    margin: 40px auto;
    overflow: hidden;
}

.coordenacao li {
    position: relative;
    margin: 20px;
    width: 260px;
    float: left;
    text-align: center;
}

.coordenacao li img {
    position: relative;
    margin: 0 auto 10px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.wrap-duvidas {
    margin: 40px 0 0;
}

.wrap-duvidas h4 {
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

.wrap-duvidas .duvidas {
    position: relative;
    list-style-position: outside;
    margin: 15px 0 40px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
}

.fapesp60 {
    float: right;
    height: 54px;
}
.fapesp {
    background-position: -442px 0;
    /* height: 32px; */
    margin: 2px 27px 0;
    text-indent: -9999px;
    width: 164px;
    float: right;
}
/* STYLES MOBILE - estilos para devices com até 900px de largura */


/* MEDIA QUERY - ALL DEVICES MOBILE */

@media (min-width: 601px) and (max-width: 1139px) {
    #header h1 {
        margin-left: 50px;
    }
    .logo {
        width: 48px !important;
        background-position: -1323px 0;
        margin: 13px 0 0 55px;
    }
    #header .faixa_header {
        margin: 0;
    }
    #header .menu {
        width: 100%;
        display: none;
    }
    #header .menu .item_nav {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #6a94cb;
        padding: 0;
        margin: 1px 0;
    }
    #header .menu .item_nav a {
        color: #fff;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }
    #header .menu .item_nav:hover a:hover {
        color: #000;
        background: #ccc;
    }
    #footer .col,
    #footer .col:last-child {
        margin: 40px !important;
    }
    .aside {
        margin: 40px 10px;
        float: left;
        box-sizing: border-box;
    }
    .icon_topo {
        bottom: 10px;
        right: 10px;
    }
    #main {
        margin: 120px 0 0;
    }
    #main.emp {
        margin: 50px 0 0;
    }
    #main .content .col_left {
        width: 100%;
    }
    #header .search {
        width: 100%;
        height: 30px;
        margin: 15px 0;
    }
    #header .search .input_search {
        float: right;
        width: 250px;
        height: 30px;
        box-sizing: border-box;
    }
    #header .icon_menu_mobile {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 35px;
        height: 30px;
        background-position: -1402px 0;
        display: block;
    }
    #main .content {
        width: 100%;
        margin: 20px 0;
    }
    span.date {
        color: #6a94cb;
        font-size: 14px;
        height: 40px;
        line-height: 20px;
        margin: 0;
        position: relative;
        right: 0;
        text-align: left;
        top: 0;
        width: 125px;
    }
    #main .content .box_sobre {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    a.expand,
    a.result {
        color: #6a94cb;
        display: block;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0 0 0 20px;
        position: relative;
        right: 0;
        text-align: left;
        text-decoration: none;
        width: 100%;
        float: left;
    }
    .print {
        display: none;
    }
    .aside {
        width: 100%;
    }
    .galery .wrap_galery .item .txt_galery {
        position: absolute;
        bottom: 25px;
        left: 25px;
        width: 500px;
        padding: 20px;
        box-sizing: border-box;
    }
    .box .img_left,
    .box .img_right {
        float: none;
        margin: 0px auto;
    }
}

@media (min-width: 300px) and (max-width: 600px) {
    #header .menu {
        overflow: hidden;
    }
    .logo {
        width: 48px !important;
        margin: 13px 0 0 55px;
        background-position: -1323px 0;
    }
    .logo_FAPESP {
        display: none;
    }
    .wrap {
        overflow: visible;
    }
    #header .menu {
        width: 100%;
        display: none;
    }
    #header .menu .item_nav {
        width: 100%;
        /*   height: 40px; */
        line-height: 40px;
        text-align: center;
        background: #6a94cb;
        padding: 0;
        margin: 1px 0;
    }
    #header .menu .item_nav a {
        color: #fff;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }
    #header .menu .item_nav:hover a:hover {
        color: #000;
        background: #ccc;
        margin: 0px 0 0px -12px;
    }
    #footer .col,
    #footer .col:last-child {
        margin: 40px !important;
    }
    .aside {
        margin: 40px 10px;
        float: left;
        box-sizing: border-box;
    }
    .icon_topo {
        bottom: 10px;
        right: 10px;
    }
    #main {
        margin: 120px 0 0;
    }
    #main.emp {
        margin: 50px 0 0;
    }
    #main .content .col_left {
        width: 100%;
    }
    #header .search {
        width: 100%;
        height: 30px;
        margin: 15px 0;
    }
    #header h1 {
        font-size: 21px;
        margin-left: 50px;
    }
    #header h1 {
        font-size: 21px;
        margin-left: 50px;
    }
    #header .search .input_search {
        float: right;
        width: 100%;
        height: 30px;
        box-sizing: border-box;
    }
    #header .icon_menu_mobile {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 35px;
        height: 30px;
        background-position: -1402px 0;
        display: block;
    }
    #header .faixa_header {
        margin: 0;
    }
    #main .content {
        width: 100%;
        margin: 20px 0;
    }
    span.date {
        color: #6a94cb;
        font-size: 14px;
        height: 40px;
        line-height: 20px;
        margin: 0;
        position: relative;
        right: 0;
        text-align: left;
        top: 0;
        width: 125px;
    }
    #main .content .box_sobre {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    a.expand,
    a.result {
        color: #6a94cb;
        display: block;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0 0 0 20px;
        position: relative;
        right: 0;
        text-align: left;
        text-decoration: none;
        width: 100%;
        float: left;
    }
    .print {
        display: none;
    }
    .aside {
        width: 100%;
    }
    .galery .wrap_galery .item {
        width: 300px;
    }
    .galery .wrap_galery .item .txt_galery {
        position: absolute;
        bottom: 25px;
        right: 25px;
        left: 25px;
        width: 250px;
        padding: 20px;
        box-sizing: border-box;
    }
    .galery .overview {
        width: 300px;
    }
    .galery .wrap_galery .item img {
        width: 950px;
        height: 350px;
    }
    .box .img_left,
    .box .img_right {
        float: none;
        margin: 0px auto;
    }
    .float_left {
        margin: 0 20px 20px 0;
        width: 100%;
    }
}

#nav {
    /* container */
}

#nav>a {
    display: none;
}

#nav li {
    position: relative;
    margin-top: 5px;
}

.lastChild {
    padding-top: 1px;
    margin-top: 1px !important;
    padding-bottom: 3px;
}


/* first level */

#nav>ul {
    height: 0.75em;
}

#nav>ul>li {
    /*        width: 10%;
    height: 50%; */
    float: left;
    z-index: 10100;
}


/* second level */

#nav li ul {
    display: none;
    position: absolute;
    /*  top: 103%; */
    height: 46px;
    background: #ffffff !important;
    z-index: 10100;
    width: 60px;
    list-style: none;
    padding-left: 6px;
    padding-right: 7px;
    padding-bottom: 3px;
}


/*   #nav li:hover ul {
    display: block;
} */

.active {
    display: block !important;
}

.SubItemTExt {
    color: #2a5386 !important;
    font-size: 13px;
    padding-left: 6px;
}

.SubItemTExt:hover {
    color: #454545 !important;
    font-size: 13px;
    padding-left: 4px;
}

@media only screen and (max-width: 40em)
/* 640 */

{
    #nav {
        position: relative;
    }
    #nav li ul {
        width: 100%;
    }
    #nav>a {}
    #nav:not( :target)>a:first-of-type,
    #nav:target>a:last-of-type {
        display: block;
    }
    /* first level */
    #nav>ul {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }
    #nav:target>ul {
        display: block;
    }
    #nav>ul>li {
        width: 100%;
        float: none;
    }
    /* second level */
    #nav li ul {
        position: static;
    }
}

.Rotate {
    transform: rotate(45deg);
}