.hidden-print {
    display: none !important;
}

/*
.page-break { display: block; page-break-before: always; }
*/

.page-break { page-break-before: always; }

body {
    padding-top: 10px !important;
    transform: scale(.999999999);
    -webkit-print-color-adjust: exact;
}

.print-extendida {
    width: 100% !important;
}

.print-height {
    min-height:10px !important;
    height:auto !important;
}

.box .box-cta {
    display: none !important;
    text-align: center;
    padding: 10px 10px;
    font-weight: 700;
    color: #333;
}

/* #######################################################################  */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    font-size: 10px;
    color: #333;
}

html, body, * {
    font-family: 'Roboto', sans-serif;
}

body {
    background: #efefef;
}

b, strong, h1, h2, h3 {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #2e4d85;
}

input, textarea, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0;
    background: #fff;
}

[type='application/gas-events-uni'] {
    display: none;
}

.table {
    display: table;
    width: 100%;
}

.table .row {
    display: table-row;
}

.table .row > * {
    display: table-cell;
    vertical-align: top;
}

.table.padding-table .row > * {
    padding: 15px !important;
}

.table.padding-table.pa5 .row > * {
    padding: 5px !important;
}

.table.padding-table .row > *:first-child {
    padding-left: 0 !important;
}

.table.padding-table .row > *:last-child {
    padding-right: 0 !important;
}

.ovhidden {
    overflow: hidden;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.333%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.mw50 {
    max-width: 50%;
}

.w60 {
    width: 60%;
}

.w66 {
    width: 66.666%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

#header {
    height: 182px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

body {
    padding-top: 182px;
}

#submenu {
    background: #efefef;
    text-align: right;
    overflow: hidden;
    padding: 5px 0;
    overflow: hidden;
}

#submenu .lang {
    float: right;
    margin-left: 20px;
}

#submenu .social,
#submenu .lang {
    display: inline-block;
    overflow: hidden;
}

#submenu .social {
    padding-top: 2px;
}

#submenu .social li,
#submenu .lang li {
    float: left;
}

#submenu .social li a {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 1.2rem;
    color: #fff;
    background: #444444;
    margin: 0 2px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
}

#submenu .social .fa-envelope {background: #669c41;}
#submenu .social .fa-twitter {background: #2daae1;}
#submenu .social .fa-google-plus {background: #f63e28;}
#submenu .social .fa-facebook {background: #3c5b9b;}
#submenu .social .fa-linkedin {background: #0073b2;}

#submenu .lang li a {
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin-left: 5px;
    color: #b4b4b4;
    font-size: 1.2rem;
}

#submenu .lang li.active a {
    color: #fff;
    border-color: #2e4d85;
    background: #2e4d85;
}
#header{
    display: block !important;
    position:relative;
}
#middle {
    position: relative;
    background: #ffffff;
    text-align: center;
    padding: 10px 0;
    color: #2e4d85;
    overflow: hidden;
    height:60px;
}

#middle .wrap > a {
    float: left;
}

#middle h2 {
    float: right;
}

#middle h1 {
    font-weight: 400;
    padding-top: 7px;
}

#middle .wrap > a,
#middle h2,
#menu .logo {
    width: 160px;
    height: 64px;
    display: block;
    overflow: hidden;
    text-indent: -1000em;
}

.bv-cdi {
    background-image: url(../images/bv-cdi.png);
}

.fapesp {
    background-image: url(../images/fapesp.png);
}

#menu .logo {
    display: none;
}

#middle h1 strong {
    font-size: 3rem;
    display: block;
}

#menu {
    background: #2e4d85;
    overflow: hidden;
  display:block;
  height: 60px;
}

#menu-scroll > ul {
    width: 80%;
    float: left;
    text-align: justify;
    font-size: 0;
    height: 60px;
}

#menu-scroll > ul:after {
    content: '';
    display: inline-block;
    width: 100%;
    padding: 0;
    height: 0px;
    overflow: hidden;
}

#menu form {
    width: 40%;
    float: right;
    position: relative;
    padding: 10px 0;
}

#menu form input {
    width: 100%;
    font-size: 1.8rem;
    border: none;
    background:#fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 1.8em 0 0.5em;
}

#menu form button {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.8em;
    color: #2e4d85;
    background: none;
    border: none;
}

#menu #menu-scroll > ul > li {
    padding: 20px 0;
    display: inline-block;
    width: 25%;
     height: 60px;
}

#menu #menu-scroll > ul > li > a {
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    display: block;
    text-align: center;
}

#menu #menu-scroll > ul > li:hover .subnav {
    display: block;
}

#menu #menu-scroll > ul > li.with-subnav:hover > a:after {
    content: '\f0d8';
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    font-size: 4rem;
    margin-left: -1.2rem;
    top: 18px;
    color: #fff !important;
}

#menu .subnav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    font-size: 1.5rem;
    background: #fff;
    margin-top: 22px;
    padding: 20px 0;
    z-index: 1;
}

#menu .subnav ul li {
    margin: 10px 0;
}

#menu .subnav a {
    color: #333;
}

.wrap {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.5rem;
}

p {
    margin: 10px 0;
}


#footer {
    background: #2e4d85;
    margin-top: 30px;
}

#footer, #footer a {
    color: #fff;
}

#footer .copy {
    background: #21437f;
    padding: 15px 0;
}

#footer .copy .wrap {
    font-size: 1.2rem;
}

#footer .wrap.links {
    padding: 30px 0;
    overflow: hidden;
}

#footer .links > div {
    float: left;
}

#footer .links > div h2 {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 2.5rem;
}

ul.third li {
    width: 33%;
    float: left;
}

#footer .links ul {
    overflow: hidden;
}

#footer .links ul li {
    display: block;
}

#footer .links ul li a {
    padding: 10px 0;
    display: inline-block;
}

#footer .copy {
    overflow: hidden;
}

#footer .copy p {
    float: left;
    margin: 5px 0;
}

#footer #elo {
    display: block;
    float: right;
    width: 87px;
    height: 45px;
    background: url(../images/elodigital.png);
    margin-top: -28px;
    overflow: hidden;
    text-indent: -2000em;
    background-repeat: no-repeat;
}

#content {
    padding: 5px 0;
    min-height: 500px;
}

#submenu,
#middle,
#menu {
    max-height: 182px;
    transition: 0.25s ease-in-out;
}

#ajuda {
    position: fixed;
    top: 190px;
    margin-left: -250px;
    transition: 0.3s ease-in-out;
  z-index: 1500;

}

#ajuda.active {
    margin-left: 0;
}

#ajuda {
    width: 250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#ajuda .container,
#ajuda .toggle {
    background: #2e4d85;
    color: #fff;
    padding: 20px;
}

#ajuda .toggle {
    width: 48px;
    border-radius: 0 5px  5px 0;
    position: absolute;
    right: -48px;
    box-sizing: border-box;
    moz-box-sizing: border-box;
    font-size: 3rem;
    text-align: center;
    padding: 0;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}

#ajuda .toggle .fa-close,
#ajuda.active .toggle .fa-question {
    display: none;
}

#ajuda.active .toggle .fa-close,
#ajuda .toggle .fa-question {
    display: inline-block;
}

#ajuda .container h1 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

#ajuda .container input,
#ajuda .container textarea {
    width: 100%;
    margin: 5px 0;
    font-size: 1.3rem;
    padding: 5px;
    border-radius: 5px;
    border: 0;
}

#ajuda .container form img {
    max-width: 100%;
    border-radius: 5px;
}

#ajuda .container form {
    overflow: hidden;
}

#ajuda .container form .btn {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    font-size: 1.3rem;
    padding: 5px 10px;
    margin-top: 10px;
}

.box {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.box header {
    padding: 15px;
    background: #2e4d85;
    color: #fff;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.box header h1 {
    font-size: 1.8rem;
}

.box header h2 {
    margin-top: 5px;
    font-size: 1.3rem;
    font-weight: normal;
}

.box header h3 {
    font-weight: 300;
    color: #333;
}

.box header.with-search h1 {
    margin-top: 7px;
}

.box header.with-resume h1 {
    margin-bottom: 10px;
}

.link-list {
    overflow: hidden;
    margin: 10px 0;
}

.link-list a {
    float: left;
    margin: 0 10px;
}

.link-list a:first-child {
    margin-left: 0;
}

.link-list a:last-child {
    margin-right: 0;
}

.link-list a img {
    margin-right: 5px !important;
    vertical-align: top;
    position: relative;
    top: -2px;
}

.small {
    font-size: 0.9em;
    line-height: 1.4em;
}

.justify {
    text-align: justify;
}

.box.transparent,
.box.transparent header {
    background: transparent;
    border: 0;
}

.box.transparent {
    padding: 0;
}

.box.transparent header {
    color: #2e4d85;
}

.box.transparent header h1 {
    font-size: 2rem;
}

.box.transparent .content {
    font-size: 1.6rem;
}

.box.transparent .content {
    font-size: 1.6rem;
}

.box.transparent .content a {
    color: #333;
}

.box:last-child {
    margin-bottom: 0;
}

.box h3 {
    margin-bottom: 10px;
}

.box .content {
    padding: 15px;
}

.box .content,
body .box.transparent.normal-fs .content {
    font-size: 1.4rem;
}

body .box.transparent.normal-fs a {
    color: #2e4d85;
}

.box .content ul,
.box .content ul li,
.box .content p {
    line-height: 1.8rem;
}

.box .content ul li:first-child {
    margin-top: 0;
}

.box .content ul li:last-child {
    margin-bottom: 0;
}

.box .content ul li {
    margin: 5px 0;
}

.box .content table {
    width: 100%;
}



.box .content table tr td {
    padding: 5px 0;
}

.box.blank header {
    background: transparent;
}

.box.blank header h1 {
    color: #2e4d85;
}

.featured-box {
    padding-top: 15px;
    padding-bottom: 280px;
    display: block;
    background-color: #2e4d85;
    border-radius: 5px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.featured-box span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);

}



.box.twitter {position: relative;margin-top: 15px;}
.box.twitter header {background: #26b4e6;float: left;border-radius: 5px 0 0 5px;position:absolute;top: 0;bottom:0;}
.box.twitter header .fa {font-size: 3rem;}
.box.twitter .content {padding: 10px 10px 10px 7.5rem;}
.box.twitter .content p {margin: 2px 0;}
.box.twitter .content p.small {font-style: italic;font-size: 1.2rem;}
/*
.big-slider,
.big-slider .bx-wrapper,
.big-slider .bx-viewport,
.big-slider .bxslider,
.big-slider .item {
    height: 100%;
    position: relative;
}*/

.big-slider {
    position: relative;
}

.big-slider .item {
    /*height: 494px;*/
    height: 350px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    color: #fff;
    position: relative;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.big-slider .item * {
    color: #fff;
}

.big-slider .item .desc {
    position: absolute;
    left: 50px;
    bottom: 50px;
    right: 50px;

     z-index:99900000;
}

.big-slider .item .desc p {
    line-height: 2.2rem;
}

.big-slider .item .desc ul {
    margin-top: 35px;
}

.big-slider .item .desc ul li {
    float: left;
    display: inline-block;
    margin-right: 20px;

}

.big-slider .item .desc ul li a {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
}

.big-slider .item h2 {
    font-size: 2.5em;
}

.big-slider .bx-controls {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.big-slider .bx-controls .bx-pager-item {
    float: left;
}

.big-slider .bx-controls .bx-pager-item a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    overflow: hidden;
    text-indent: -5000em;
    opacity: 0.5;
    margin-right: 15px;
}

.big-slider .bx-controls .bx-pager-item a.active {
    opacity: 1;
}

.separator {
    height: 20px;
    clear: both;
}

.separator-title {
    padding: 15px;
    font-size: 1.8rem;
    color: #2e4d85;
    font-weight: 700;
}

.box header .big-title,
.box.transparent header .big-title {
    font-size: 4rem;
}

.box header .mini-title,
.box.transparent header .mini-title {
    font-size: 1.9rem;
    line-height: 2.3rem;
}

.box.transparent header .mini-title {
    color: #333;
}

.box header .medium-title,
.box.transparent header .medium-title {
    font-size: 3.2rem;
}

.box header .big-title {
    margin-bottom: -15px;
}

.box header img {
    vertical-align: top;
    margin-right: 10px;
}

.box.pa0 .content {
    padding: 0;
}
.box .content ul.list-coloured li {
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
}

.list-coloured li a {
    display: block;
    position: relative;
    padding: 5px 15px 5px 20px;
    color: #333;
}

.list-coloured li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 10px;
    height: 20px;
    background: #eee;
}

.box .box-cta.left {
    text-align: left;
}

.box img.full {
    max-width: 100%;
    display: block;
}

.box .list-plus li {
    padding-left: 20px;
}

.box .list-plus li:before {
    font-family: FontAwesome;
    content: '\f067';
    color: #2e4d85;
    margin-right: 10px;
    font-size: 0.8em;
    margin-left: -20px;
}

.box.collapse header {
    cursor: pointer;
}

.box.collapse.active header h1:before {
    font-family: FontAwesome;
    content: '\f106';
    float: right;
}

.box.collapse header h1:before {
    content: '\f107';
}

.list-coloured li.red a:before {background: #c21313}
.list-coloured li.green a:before {background: #80bb14}
.list-coloured li.blue a:before {background: #335188}
.list-coloured li.skyblue a:before {background: #30caeb}
.list-coloured li.purple a:before {background: #905c95}
.list-coloured li.yellow a:before {background: #f2da40}
.list-coloured li.black a:before {background: #333}
.list-coloured li.grey a:before {background: #adadad}
.list-coloured li.orange a:before {background: #ff7200}

.box input,
.box select,
.box textarea {
    border: 1px solid #e1e1e1;
}

.input {
    overflow: hidden;
    margin-bottom: 10px;
}

.input > div {
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.box-sz {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.aligned-inputs input,
.aligned-inputs select,
.ordem.aligned-inputs select {
    width: auto;
}

.tright {
    text-align: right;
}

.aligned-inputs span {
    margin: 0 5px;
}

.bk, .bk a {
    color: #333;
}

.pr10 {
    padding-right: 10px;
}

.btn {
    background: #2e4d85;
    color: #fff;
    border: 0;
    font-weight: bold;
    padding: 0 25px;
}

label input,
label select,
label textarea,
.search input,
.ordem select {
    width: 100%;
    height: 3.5rem;
    padding: 5px;
}

label strong {
    margin-bottom: 5px;
    display: block;
}

.util-links a {
    display: block;
    margin: 5px 0;
}

.util-links a:before,
.list-bullet li:before {
    content: '\f0c8';
    font-family: FontAwesome;
    font-size: 0.3em;
    vertical-align: middle;
    margin-right: 10px;
    color: #aaa;
}

.results article {
    padding: 10px 0;
}

.pager {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
}

.pager a {
    margin: 0 5px;
    color: #9f9f9f;
}

.pager a.active,
.pager a.next,
.pager a.prev {
    color: #2e4d85;
}

.search {
    position: relative;
}

.search input {
    padding-right: 3rem;
    padding-left: 1.5rem;
    border-radius: 5px;
}

.search .fa {
    position: absolute;
    color: #2e4d85;
    font-size: 2rem;
    top: 0;
    right: 0;
    padding: 6px;
}

.normal-fs .big-title {
    padding-bottom: 30px;
}

.list-tags {
    overflow: hidden;
}

.list-tags li {
    float: left;
    margin: 5px !important;
}

.list-tags li a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 1.2rem;
    color: #fff;
    background: #8fa9e8;
}

@media (max-width: 1000px){
    #middle h1 {
        text-align: left;
        padding: 10px 20px 10px;
        font-size: 10px;
        clear: none !important;
        text-align: center;
    }


    #middle h1 strong {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (min-width: 400px) {
    .off-canvas {
        height: 64px;
    }

    .off-canvas #submenu,
    .off-canvas #middle {
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .off-canvas #menu,
    .off-canvas #menu-scroll > ul > li > a {
        color: #2e4d85 !important;
    }
    .off-canvas #menu {
        background: #fff;
    }

    .off-canvas #menu .logo {
        display: block;
    }

    .off-canvas #menu .bv-cdi {
        float: left;
    }

    .off-canvas #menu-scroll {
        margin: 0 180px;
    }

    .off-canvas #menu .fapesp {
        float: right;
    }

    .off-canvas #menu-scroll > ul {
        width: 70%;
    }

    .off-canvas #menu form {
        width: 30%;
    }

    .off-canvas #menu form input {
        width: 90%;
        float: right;
    }
}

@media (max-width: 400px) {
    body {
        padding-top: 325px;
    }

    #header {
        height: 325px;
        position: fixed;
    }

    #header.offcanvas {
        height: 102px;
    }

    #menu #menu-scroll > ul > li:hover .subnav {
        display: none;
    }

    #menu #menu-scroll > ul > li.with-subnav:hover > a:after {
        content: '';
    }

    #submenu {
        padding: 5px;
    }

    #middle h1 {
        text-align: left;
        padding: 10px 20px 10px;
        font-size: 36px;
        clear: none !important;
    }


    #middle h1 strong {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #menu-scroll > ul {
        width: 100%;
        /*padding: 10px;*/
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #menu #menu-scroll > ul > li {
        /*padding: 10px 0;*/
    }

    #menu #menu-scroll > ul > li > a {
        font-size: 1.3rem;
    }

    #menu form {
        width: 100%;
        padding: 0 10px 10px 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #menu form button {
        right: 10px;
        top: 0;
    }

    .off-canvas #submenu,
    .off-canvas #middle {
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #footer .wrap.links {
        padding: 20px;
    }

    #footer .wrap.links > div {
        width: auto;
        margin-bottom: 20px;
    }

    #footer .links ul li a {
        line-height: 2rem;
        padding: 5px 0;
    }

    #footer .copy {
        padding: 20px;
    }

    #footer .copy p {
        line-height: 1.5rem;
    }

    #footer .copy #elo {
        float: none;
        clear: both;
        margin-top: 0;
        width: auto;
        background-position: 50% 0;
    }

    #footer ul.third li {
        width: auto;
        float: none;
    }

    #ajuda {
        display: none;
    }

    .block-table,
    .block-table > .row,
    .block-table > .row > * {
        display: block;
        width: auto;
    }

    .block-table > .row > .img {
        padding-bottom: 50% !important;
        background-size: cover !important;
    }

    .block-table > .row > *:not(.black-border) {
        padding-bottom: 15px;
        padding-left: 0;
    }

    .block-table > .row > *:last-child:not(.black-border) {
        padding-bottom: 0;
    }

    .block-table.padding-table > .row > *:not(.pink):not(.purple) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .block-table img {
        max-width: 100%;
    }

    #content {
        padding: 0 10px;
    }

    .big-slider .item {
        height: 360px;
    }

    .big-slider .item h2 {
        font-size: 2rem;
    }

    .big-slider .item .desc ul li {
        margin-right: 5px;
    }

    .big-slider .item .desc ul li a {
        margin-bottom: 5px;
        font-size: 1.2rem;
        padding: 6px 10px;
        border-width: 1px;
    }

    .big-slider .item .desc p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    #tabela-de-areas .w33 {
        background: none !important;
        border-bottom: 1px solid #e1e1e1;
    }

    .box header.with-search .search {
        margin-top: 15px;
    }

    #menu .subnav {
        border-bottom: 1px #2e4d85 solid;
        padding: 20px !important;
        font-size: 1.2rem !important;
        margin-top: 18px;
    }

    #menu .subnav * {
        font-size: 1.2rem !important;
    }
}

/*
@media (max-width: 400px) {
    #middle .wrap > a, #middle h2, #menu .logo {
        width: 50%;
        background-size: 100% auto;
        background-position: center center;
    }

    .aligned-inputs .btn {
        margin-top: 15px;
    }

    .mw50 {
        max-width: 100%;
    }

    .m100 {
        display: block;
        min-width: 100%;
    }

    label.m100 {
        margin: 10px 0;
    }
}
*/

#tabela-de-areas .w33 {
    background: url(../images/tabela_bg.png) repeat-y;
    background-position: 100% 50%;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#tabela-de-areas .w33:last-child {
    background-image: none;
}

#tabela-de-areas .secondary,
#tabela-de-areas .tertiary {
    padding-left: 5px !important;
}

#tabela-de-areas .list-coloured li {
    border: 0;
    margin: 4px 0;
}

#tabela-de-areas .list-coloured li a {
    padding-top: 2px;
}

#tabela-de-areas li.active a {
    font-weight: 700;
}

#tabela-de-areas .list-coloured li.active a {
    font-weight: 300;
    margin-left: 20px !important;
}

.results.padding article:first-child {
    padding-top: 0;
}

.results.padding article:last-child {
    padding-bottom: 0;
}

.content.formatted {
    padding-top: 0;
}

.content.formatted a {
    text-decoration: underline;
}

#gsc_g {
    position:relative;
    width:288px;
    height:100px;
    border:1px solid white;
    float: left;
    margin-left: 20px;
}
#gsc_g:hover {
    border:1px solid #ccc;
    background:#f5f5f5;
}
#gsc_g:active {
    border:1px solid #4d90fe;
    background:#f1f1f1;
}
.gs_el_ta #gsc_g,.gs_el_ph #gsc_g {
    display:none
}
#gsc_g_x,#gsc_g_bars {
    position:absolute;
    bottom:13px;
    left:0;
    width:288px;
    height:57px;
}
#gsc_g_x {
    height:13px;
    border-top:1px solid #596C96;
}
.gsc_g_t {
    position:absolute;
    bottom:-6px;
    color:#596C96;
    font-size:11px !important;
}
.gsc_g_a {
    position:absolute;
    bottom:13px;
    width:15px;
    background:#596C96;
}
.gsc_g_a:hover,.gsc_g_a:focus,.gsc_g_a:active {
    text-decoration:none;
    cursor:default;
}
.gsc_g_al{
    position:absolute;
    bottom:15px;
    left:7px;
    color:#222;
    background:white;
    font-size:11px;
    padding:1px;
    border:1px solid #596C96;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .218s,visibility 0s .218s;
    -moz-transition:opacity .218s,visibility 0s .218s;
    -o-transition:opacity .218s,visibility 0s .218s;
    transition:opacity .218s,visibility 0s .218s;
}
.gsc_g_a:hover .gsc_g_al,.gsc_g_a:focus .gsc_g_al,.gsc_g_a:active .gsc_g_al{
    visibility:visible;
    opacity:1;
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    -o-transition:all 0s;
    transition:all 0s;
}
.featured-box.banner-1 {background-image: url(../images/banner-1.png);}
.featured-box.banner-2 {background-image: url(../images/banner-2.png);}
.featured-box.banner-3 {background-image: url(../images/banner-3.png);}
.featured-box.banner-4 {background-image: url(../images/banner-4.png);}
.featured-box.banner-5 {background-image: url(../images/banner-5.png);}
.featured-box.banner-6 {background-image: url(../images/banner-6.png);}
.featured-box.banner-7 {background-image: url(../images/banner-7.png);}
.featured-box.banner-8 {background-image: url(../images/banner-8.png);}
.featured-box.banner-9 {background-image: url(../images/banner-9.png);}


.banner_header{
  padding-top: 20px;
  padding-left: 25px;
  font-size: 1.2em;
}

#lista_publicacoes .cit-table{
  width: 100% !important;
}

#basic-modal3-content{
  width: 80% !important;
  height: 77% !important;
}
#simplemodal-container{
  height: 80% !important;
}

.fapesp{
  float: right !important;
}

.bv-cdi {
    background-image: url(../images/bv-cdi.jpg) !important;
    background-size: 160px 52px !important;
    background-repeat: no-repeat;
    background-position: center;
}

body {
  /*padding-top: 190px;*/
  padding-top: 250px;
}

.list-bullet .vazio:before{
  content: none !important;
}

#filtros_gafico tr td, #filtros_mapa tr td{
  padding: 0;
}

hr {
  border-color:#9C8E8B;
  border-style:solid;
  border-width:1px 0 0;
  margin:0;
  padding:0;
  height:1px;
}

.refinar_subitens{
  font-size: 0.9em;
}

sup {
    vertical-align: super;
    font-size: .7em;
}

.d3-tip {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

.d3-tip p {
  margin: 0;
  padding: 0;
}

.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.axis line, .axis path {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.y .tick line { stroke: #ddd; }
.x .tick line { stroke: #ddd; }

#chart_div, #citacoes_ano_div{
  width: 400px;
  height: 100px;
}

#table_publicacoes{
  border-right: solid #e1e1e1;
}

.table_dados {
    border-width: 0 0 1px 1px;
    border-style:solid;
  border-color: gray;
}
.table_dados td{
    border-width: 1px 1px 0 0;
    border-style:solid;
    border-color: #AAA;
    padding: 2px 2px 2px 2px !important;
}

#bv_numeros{
 height:242px;
 padding-top: 25px

}

.total{
   text-align: right;
   padding-right: 5px !important;
   padding-bottom:0 !important;
   padding-top:0 !important;
   font-size: 0.9em;
}

.total_hp{
   text-align: center;
   padding-right: 5px !important;
   padding-bottom:0 !important;
   padding-top:0 !important;
   font-size: 1.8em;
   display: inline-flex;
}

#fnum_hp tr {
    line-height: 20px;
    text-align: center;
}


.titulo{
   text-align: center;
   padding-right: 5px !important;
   padding-bottom:23px !important;
   padding-top:0 !important;
   font-size: 1.2em;
}

#processo_vinculado, #graficos_financeiros{
  padding-left:5px;
  padding-bottom: 2px;
  font-size: 1.5em;
}

.group_item{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.group_divisor{
  padding: 10px !important;
}

.border_pesquisadores{
  padding-left:10px;
  background:url(../img/border_pesquisadores.png);
  background-repeat:no-repeat;
  background-size:contain;
}

.img_container{
   height:100px;
   max-width:100px;
   margin: auto;
}
.img_container .img{
   height: 100%;
   border-radius: 100%;
   overflow:hidden;
}

.researcher-keyword:hover {
    background-color: #4B67F8 !important;
}
.researcher-keyword {
    background-color: rgba(46, 77, 133, 0.87);
    border-radius: 5px;
    color: white !important;
    padding: 6px 12px;
    margin: 5px 5px 0 0;
    display: inline-block;
    line-height: 100%;
}

.box thead tr th {
    padding: 15px;
    background: #2e4d85;
    color: #fff;
    overflow: hidden;
}

.content .formatted a{
  text-decoration: none;
}

.link-color, .table_details a, p a, #pagina_vinculada a, a sup, .article_publicacao a, .description a, .group_item a{
    color: #4662b4 !important;
}

.link-color:hover, .table_details a:hover, p a:hover, #pagina_vinculada a:hover, a sup:hover, .article_publicacao a:hover, .description a:hover, .group_item a:hover{
  text-decoration: underline !important;
}

#header{
    height: auto;
  /*border-style: solid;
  border-width: 1px;*/

}

.w10{
    width: 10%;
}

.w15{
    width: 15%;
}

.w20{
  width: 20%;
}

.w30{
    width: 30%;
}

.w40{
    width: 40%;
}

.w70{
    width: 70%;
}

.w90{
    width: 90%;
}

.align-list{
    padding-left: 2%;
}

#basic-modal-content,#basic-modal-csv-content,#basic-modal-print-content,.refinamento-modal-content,#basic-modal-link-content,#basic-modal2-content,#basic-modal3-content{
    margin:0;
    background:#fff;
    color:#000;
    width:280px;
    height:230px;
    border-radius: 4px;
    font-size: 1.1em;
    position: fixed;
    z-index: 1;
    overflow: visible;
    border: 10px solid rgba(0,0,0,0.5);
    -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;

  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;

  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;

}

#basic-modal-content h4, #basic-modal-csv-content h4, .refinamento-modal-content h2, #basic-modal-print-content h4{font-weight: bold;display:inline;margin:0;padding:0;font-size:15px;color:#4c4c4c;}

#basic-modal-csv-content .campo{
        margin: 0 0 10px 0;
}

#basic-modal-csv-content .campo label{
    font-weight: bold;
    padding-right: 2px;
}

#basic-modal-csv-content{width:370px;height:353px;overflow:hidden;}
#basic-modal-csv-content .bContent .campo{margin:0 0 10px 0; padding:0;}
#basic-modal-csv-content .bContent .campo label{margin:0 5px 0 0; padding:0; font-weight: bold;}
#basic-modal-csv-content .bContent .campo div{margin:0 0 0 34px; padding:0;}

.fa_Style{
    font-size: 0.8em;
    color:#2e4d85;
    margin-right: 3%;
}

.fa_angle_Style{
    font-size: 1em;
    color:white;
    margin-right: 10px;
}

.content .formatted p strong{
    margin-right: 5px;
}

.modal-csv-content, modal-content{
        padding-left: 40%;
        align-content: center;
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0);
}

.plataforma_lattes,
.plataforma_google,
.plataforma_researcherid {
    margin:0 0 0 7px !important;
    padding:0;
    width:15px;
    height:18px;
    display:inline-block;
    vertical-align:middle;
}

.plataforma_lattes {
    background:url(../../geral/img/plataforma-lattes-sat.png) no-repeat;
}
.plataforma_lattes:hover {
    background:url(../../geral/img/plataforma-lattes.jpg) no-repeat;
}

.plataforma_google {
    background:url(../../geral/img/google-sat.png) no-repeat;
}
.plataforma_google:hover {
    background:url(../../geral/img/google.jpg) no-repeat;
}

.plataforma_researcherid {
    background:url(../../geral/img/researcherid-sat.png) no-repeat;
}
.plataforma_researcherid:hover {
    background:url(../../geral/img/researcherid.gif) no-repeat;
}

.table_details h2{
    font-size: 120%;
}

.table_details{
    text-align: left;
}

#processo_listagem td{
  line-height: 15px;
}

.table_details, #processo_listagem .tags .rotulo, #processo_listagem .tags a{
    font-size: 90%;
}

#processo_listagem .tags a{
    margin-right: 6px;
    display: inline-flex;
}

.table_details table tbody .rotulo{
    font-weight: bold;
    text-align: right;
    width: 25%;
    padding-right: 5px !important;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}
.pagination .numbers, .pagination .tags, .totalResults{
    margin-left: 6px;
    font-size: 15px;
}

.pagination .numbers{
    color: rgba(46, 77, 133, 0.81);
}

.pagination .link{
    text-decoration: underline;
}

.pagination .link, .pagination > .tags{
    color: #2e4d85;
}

.box-modal-rss {
    position: absolute;
    z-index: 5000;
    display: none;
    max-width: 72%;
    top: auto;
    }

.list-coloured li:hover .box-modal-rss {
    display: block;
}

.list-coloured li.colored a:before {background: rgb(141,201,193)}

.box-modal-rss .content {
    position: relative;
    background: #f3f5f6;
    margin-top: 3px;
    border-radius: 5px;
    height: 100px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.box-modal-rss .content:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(243, 245, 246, 0);
    border-top-color: #f3f5f6;
    border-width: 7px;
    margin-left: -7px;
}

.box-modal-rss .content h3 {
    font-family: Arial, Verdana, Times;
    font-weight: bold;
    font-size: 12px;
    color: #3b4448;
    margin: 0 0 10px 0;
    line-height: 14px;
}
.box-modal-rss .content p {
    font-family: Arial, Verdana, Times;
    font-weight: normal;
    font-size: 11px;
    color: #3b4448;
}

.box-modal-rss .content a {
    font-weight: normal;
}

.box-modal-rss .content a {
    font-weight: normal;
}

.box.em_numeros{
    margin-bottom: 0px;
}

.caixa-pesquisa {
        width: 49%;
        float: left;
        padding-bottom: 3%;
}
.caixa-pesquisa.last {
    padding-left: 2%;
}

.caixa-pesquisa.extendida {
    width: 100%;
}

.block_pesq{
    border-style: solid;
    border-color: #DCDCDC;
    border-width: 1px;
  border-radius: 5px;
    box-shadow: 5px 5px 10px #DCDCDC;
    -webkit-box-shadow: 5px 5px 10px #DCDCDC;
    -moz-box-shadow: 5px 5px 10px #DCDCDC;
}

.depositante_elemento, .universidade_elemento{
    padding-left: 10px;
    text-align: left;
}

.patente_elemento{
    padding-right: 10px;
    text-align: right;
}

.content{
    line-height: 1.8em;
}

.divisor{
    display: none !important;
}

.ui-autocomplete {
    width: 977px;
    background: #fcfcfc;
    font-size: 11px !important;
    text-transform:uppercase;
    z-index: 9999;
}
.ui-autocomplete.offcanvas {
    width: 797px;
}
.ui-autocomplete li ol li {
    background: #2e4d85;
    margin: 5px;
}
.ui-autocomplete .ui-menu-item a {
    color: #fff;
}
.ui-autocomplete .total {
    background: none;
    text-transform: initial;
    font-style: italic;
    padding-left: 4px;
    font-size: 10px;
}
#categorias-1-tooltip .ui-menu-item {
    width: 100% !important;
}
#categorias-2-tooltip .ui-menu-item {
    width: 50% !important;
}
#categorias-3-tooltip .ui-menu-item {
    width: 33.3% !important;
}
#categorias-4-tooltip .ui-menu-item, #categorias-5-tooltip .ui-menu-item {
    width: 25% !important;
}
.ui-menu-item {
    /*width: 279px !important;*/
    float:left;
}
.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .3em 0 .2em !important;
    line-height: 1.5;
    background: none !important;
}
.ui-menu-divider{
    display: none;
}
.ui-autocomplete-loading {
    background-size:11px 11px;
    padding-right: 5px;
}

#menu .subnav ul li {
    margin: 0;
}

#busca{
  padding-bottom:0px;
  /*border-style: solid;
  border-width: 1px;*/
}
/*
#busca form input {
    padding-right: 3.2em;
}
*/

#busca form #busca-avancada-control{
  color:#666666  !important;
  font-size:1.8em;
  font-weight: bold;
}
#busca form #pesquisa_avancada {
  margin-top: 5px;
  margin-left: 55%
  font-size:1.4em;
  text-align: center;
  cursor: pointer;

  /*border-style: solid;
  border-width: 1px;*/
}

#busca form #pesquisa_input {
  width: 60%;
  float:left;

  /*border-style: solid;
  border-width: 1px;*/
}

/*.off-canvas #form_btn{
      position:absolute;
          left: 10%;

}*/

#form_btn{
  position:absolute;
  float:right;

  padding-right:14px;
  margin-top: -8px;

  border-style: solid;
  border-width: 1px;
}


#busca {
  background: #F2F2F2;
  overflow: hidden;
}



#busca form{
  padding-bottom: 2px;
}

#busca form {
  width: 100%;

  position: relative;
  padding: 10px 0;
}

#busca form input {
  width: 100%;
  font-size: 1.8rem;
  border: none;
  background:#fff;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 1.8em 0 0.5em;
}




#busca form button {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 1.8em;
  color: #2e4d85;
  background: none;
  border: none;
}

#conteudo{
  /*padding-top:55px;*/
}

#sobreabv a{
  width:15  0px;
  color: #fff !important;
  padding-top: 23px;
  padding-right:20px;

    font-size: 1.3rem;

  display: inline-block;
  float:right;
  text-align: right;
  vertical-align: middle;

  /*
  border-style: solid;
  border-width: 1px;
  */

}
  .off-canvas #menu  #sobreabv > a {
    color: #2e4d85 !important;
   }

.busca-avancada {
    display: none;
    position: absolute;
    width: 1000px;
    z-index: 9999;
}
.busca-avancada .btn {
    float: right;
}
.busca-avancada h1:before {
    content: '' !important;
}

i.icon {
    font-family: FontAwesome;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    float: right;
}
i.icon.down:before {
    content: '\f107';
}
i.icon.up:before {
    content: '\f106';
}

#footer a {
    color: #fff !important;
}

.social .at-icon-wrapper {
    display: none !important;
}

.destaque-pesquisadores {
    margin-bottom: 0px;
}
.border_pesquisadores h5 p.small {
    font-size: 10px;
}
.border_pesquisadores a {
    color: #646060 !important;
    text-decoration: none;
}
.border_pesquisadores a:hover {
    text-decoration: underline;
}

.instituicoes-sede .box.transparent,
.instituicoes-exterior .box.transparent,
.patente-ipc .box.transparent,
 .tabela-areas .box.transparent {
    margin-bottom: 0px;
}

.box .blue header {
    background: #2e4d85;
    color: #fff;
}

table.underline-table tr {
    border:1px solid #e1e1e1;
}
table.underline-table td, table.underline-table td.left {
    padding: 0 !important;
    padding-left: 10px !important;
}
table.underline-table td.right {
    padding: 0 !important;
    padding-right: 10px !important;
    text-align: right;
}
table.unidades tr td{
  vertical-align: middle;
  padding: 0 !important;
  line-height: 1.5 !important;
  font-size: inherit !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
table.unidades {
    border-collapse: separate;
    border-spacing: 2px;
}
table.unidades td.even {
    background-color: rgb(230,235,255);
}

.area-conhecimento .content .primary ul {
    padding-left: 10px;
}
.area-conhecimento .content .primary ul li {
    line-height: 1.7em;
}
.area-conhecimento .content ul {
    min-height: 320px;
}
.area-conhecimento .content .secondary ul, .area-conhecimento .content .tertiary ul {
    display: none;
}
.area-conhecimento .content ul li a.active {
    font-weight: 700;
}

.pagina-titulo img {
    margin-right: 0px !important;
}

i.colorful:before {
    display: block;
    float: left;
    margin-right: 10px;
    content: '';
    width: 10px;
    height: 20px;
    background: #eee;
}
i.colorful:hover {cursor: pointer}
i.colorful.red:before {background: #c21313}
i.colorful.green:before {background: #80bb14}
i.colorful.blue:before {background: #335188}
i.colorful.skyblue:before {background: #30caeb}
i.colorful.purple:before {background: #905c95}
i.colorful.yellow:before {background: #f2da40}
i.colorful.black:before {background: #333}
i.colorful.grey:before {background: #adadad}
i.colorful.orange:before {background: #ff7200}
i.colorful.active:before {margin-left: 20px;}
i.colorful.transparent:before {background: transparent}
i.colorful.transparent:hover {cursor: default}

i.clickable {cursor: pointer}

i.fa-blank {width: 0.8em}

#barchart_100pct_div .filters,
#barchart_financeiro_div .filters {
    overflow: hidden;
    z-index:50;
    position: absolute;
    margin-top: -200px;
    padding-left: 80px;
}

#barras_historico_vinc_div .filters {
    overflow: hidden;
    margin-top:-88px;
    position:absolute;
    z-index:50;
    padding-left: 80px;
}

.mapa_sp {
    margin: auto;
    width:970px;
    height:600px;
    margin-top: 15px;
}

.mapa_sp_filters {
    margin-left: 80px;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url('../img/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
    background-image: url('../img/desc.gif');
}

#legend_info div {
    width: 140px;
}

.search_mapa {
    display: block;
    width: 10px;
    height: 10px;
    background: url('/static-files/geral/img/search2_mapa.png') no-repeat;
}
.search_mapa:hover {
    background-image: url('/static-files/geral/img/search_mapa.png');
}

#map_canvas {
    width: 100% !important;
    height: 540px;
    margin: 0;
    padding: 0;
}

.mapa_header {
    width: 100%;
    background: #2e4d85;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.mapa_header div {
    padding-top: 1px;
    font-weight: bold;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 13px !important;
    width: 25%;
    text-align: center;
    width: 25%;
}

.mapa_header div:first-of-type {
  text-align: left;
  margin-left: 5.7%;
}

.mapa_header .arrow{
  float:left;
  font-size: 1.3em;
  margin-left: 2%;
  margin-top: 4px;
}

.mapa_header3 {
    float: none !important;
    text-align: center;
    display: none;
}

#mapa_table {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

#mapa_table .mapa_table_line{
  overflow: hidden;
}

#mapa_table .mapa_table_line .mapa_table_colunm{
  text-align: center;
  float: left;
  width: 25%;
}

#mapa_table .mapa_table_line .mapa_table_colunm:first-child {
  text-align: left;
  margin-left: 10.5%;
}

#mapa_table .mapa_table_line .mapa_table_colunm.ico-search{
  width: 10%;
  padding: 9px 0px;
}

#outer_pizza section.box{
  overflow: hidden;
}

#table_pizza{
  width: 30%;
  float: right;
  padding: 10px;
}

#table_pizza tr.border_bottom{
  border-bottom: 1px solid #000;
}

.subnav dl {
    float:left;
    margin-right:20px;
}
.subnav dl.auxilios {
    width:45%;
}
.subnav dl.programas.left {
    width: 40%;
}
.subnav dl.programas.right {
    width: 50%;
}
.subnav dl.convenios.left {
    width: 50%;
}
.subnav dl.convenios.right {
    width: 40%;
}
.subnav dl.bolsas {
    width:100%;
}

.acordo-convenio {
    margin-left: 13px;
}
.acordo-convenio li.pais {
    clear:left;
    font-size: 13px;
    font-weight: bold;
}
.acordo-convenio li.acordo {
    list-style: none;
    float:left;
    white-space:nowrap;
    margin: 3px !important;
}
.acordo-convenio a.acordo {
    bottom: 0;
    padding: 2px 5px;
    font-size: 12px;
    background: #f1f1f1;
    background: rgba(0,0,0,.05);
    border-radius: 7px;
    font-weight: normal;
}

.no-bullet li:before {
    content: ''
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}




.big-slider .item .desc ul li {
    margin-top: 10px;
}

@media (min-width: 400px){
  .lista_publicacoes2, .align-right-auto{
    text-align: right;
  }
  .off-canvas #menu form #busca-avancada-control{
    color: #2e4d85 !important;
  }
  .refinamento-modal-content, #basic-modal3-content{
    width: 60% !important;
  }
  #basic-modal-csv-content, #basic-modal-content, #basic-modal-print-content{
    height: auto !important;
  }
}

/*
@media (max-width: 500px) {
  #middle .fapesp{
    background-size: 85% auto;
    background-repeat: no-repeat;
  }
  #middle h1{
    font-weight: 500;
  }
  #middle h1 strong{
    font-size: 3.3rem;
  }
  .refinamento-modal-content .refinamento-content ul li:nth-child(odd){
    border-right: 0 !important;
  }
  .refinamento-modal-content .refinamento-content ul li{
    width: auto !important;
  }
  .refinamento-modal-content{
    width: 80% !important;
    height: 90% !important;
  }
  #basic-modal-csv-content, #basic-modal-content, #basic-modal-print-content{
    width: 80% !important;
    height: auto !important;
    max-height: 90% !important;
  }
  body.en {
    padding-top: 350px;
  }
  #chart_div, #citacoes_ano_div{
    width: 350px;
    height: 100px;
    float: right;
  }
}
*/

@media (max-width: 500px) {

    #table_publicacoes{
    border-bottom: solid #e1e1e1;
    border-right: 0;
  }
    .patente_elemento{
        text-align: right;
    }
    .divisor{
        display: block !important;
    }
    .align-list{
        padding-left: 5%;
    }
    .caixa-pesquisa {
        width: 100%;
    }
    .caixa-pesquisa.last {
        padding-left: 0;
    }
    #basic-modal-content,#basic-modal-csv-content,#basic-modal-print-content,.refinamento-modal-content,#basic-modal-link-content,#basic-modal2-content,#basic-modal3-content{
        width: 90%;
    }
    .modal-csv-content, modal-content{
        left: auto;
        padding-left: 0;
    }

    .ui-autocomplete, .ui-autocomplete.offcanvas {
        width: 0px;
        overflow-y: scroll;
        max-height: 70%;
    }
    #categorias-2-tooltip .ui-menu-item, #categorias-3-tooltip .ui-menu-item, #categorias-4-tooltip .ui-menu-item {
        width: 100% !important;
    }

    .busca-avancada {
        width: 100%;
    }

    #menu form i.icon {
        top: 10px;
    }

    #barchart_100pct_div .filters,
    #barchart_financeiro_div .filters,
    #barras_historico_vinc_div .filters {
        position: relative;
        padding-left: 20px;
        margin-top: 0px;
    }

    .mapa_sp {
        width:100%;
        height:300px;
    }

    .mapa_sp_filters {
        margin-left: 20px;
    }

    #map_canvas {
        height: 300px;
    }

    #table_pizza{
      width: 100%;
      float: none;
      padding: 0px;
    }

    #table_pizza .table{
      width: 98%;
      margin: 0 auto;
    }

    .indice-citacoes .w50 {
        float: left;
        width: 100%;
    }

    .subnav dl.auxilios, .subnav dl.programas, .subnav dl.convenios {
        width:100% !important;
    }

    .busca-avancada .w90 {
        float: left;
    }

    .area-conhecimento .content ul {
        min-height: auto;
    }
    .area-conhecimento .content .secondary ul, .area-conhecimento .content .tertiary ul {
        margin-left: 5px;
    }

    .acordo-convenio li.acordo {
        white-space:normal;
    }

    dl.right dt {
        margin-top: 1em;
    }
}

  .big-slider .item .desc h2 {
    font-size: 3.2rem;
  }

  .destaques {

    /*position: absolute;*/
    bottom: 10px;
    left: 10px;

    /*border-style: solid;
    border-width: 1px;        */
  }

  .destaques h2 {
    font-size: 2.6rem;
  }


.destaques ul {
  margin-top: 15px;
}

.destaques ul li {
  /*float: left;*/
  display: inline-block;
  margin-right: 20px;
}

.destaques ul li a {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px 15px;
  display: inline-block;
}


/*.bx-wrapper{
  margin:40px;
}*/

.big-slider .bx-controls {
  position: absolute;
  top: 50%;
  float:left;
  left:-5px;

  height:0%;
  width:100%;


  /*border-style: solid;
  border-width: 1px;*/
}


.bx-controls-direction .bx-prev {
  left: 10px;
  background: url(/static-files/portal/images/controls.png) no-repeat 0 -32px;
}

.bx-controls-direction .bx-next {
  right: 1px;
  background: url(/static-files/portal/images/controls.png) no-repeat -43px -32px;
}

.bx-controls-direction .bx-prev:hover {
  background-position: 0 0;
}

.bx-controls-direction .bx-next:hover {
  background-position: -43px 0;
}

.big-slider .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 100;
}

.big-slider .bx-controls-direction a.disabled {
  display: none;
}

.bx-has-pager{
  display:none
}

