/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #3a3a3a;
    background-color: #999;//#666;
    padding-top: 50px;
}
.container {
    background: #fff;/*#f9f2f4;*/
}
.conteudo {
    background: #fff;
}
.text-sm {
    font-size: 12px;
}

/* IDIOMAS */
.idioma-topo {
    float: right;
    position: absolute;
    bottom: -4px;
    right: 5px;
}
.idioma-topo img {
    width: 26px !important;
    display: block !important;
}
.mod-languages ul {
    margin: 0px;
}
.mod-languages ul li {
    display: inline;
}
.mod-languages ul li a {
    float: right;
    width: 30px;
}
.visually-hidden  {
    display: none !important;
}
/* IDIOMAS */

.main, .menu_lateral {
    padding-bottom: 10px;
}
.main .page-header {
    margin: 0px;
    border: 0px;
}
.breadcrumb {
    margin: 0px;
    padding: 0px;
    background: none;
}
.breadcrumb .container {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.breadcrumb a:hover {
    text-decoration: none;
    color: #000;
}
.rodape {
    color: #fff;
    background: #022757;//#0a2c57;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #1a3c67;
}
.footer a, .rodape a { 
    color: #bbb;
}
.footer a:hover, .rodape a:hover { 
    color: #fff;
    text-decoration: none;
}
.footer {
    background: #022757;//#0a2c57;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0a1c47;
    border-top: 1px solid #1a3c67;
}
.footer-help {
    line-height: 17px;
    font-size: 12px;
}
.footer-icon {
    float: left;
    width: 35px;
    min-height: 80px;
    font-size: 24px;
}
.footer-icon-mail {
    min-height: 20px;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer ul li {
    list-style: none;
    width: 100%;
    line-height: 42px;
}
.social {
    background: #022757;//#0a2c57;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #1a3c67;
    border-bottom: 1px solid #0a1c47;
}
.social h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    float: right;
    margin: 0px;
    line-height: 35px;
}
.social p {
    font-size: 16px;
    /*line-height: 35px;*/
    margin: 0;
    padding: 0;
}
.social span {
    float: right;
}
.social .col-xs-2 h3 {
    width: 100%;
    text-align: center;
}
.social img {
    /*padding-right: 12px;*/
}
.social a {
    color: #bbb;
}
.social a:hover {
    color: #fff;
    text-decoration: none;
}
.conect-us {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #1a3c67;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
.navbar-inverse {
    background-color: #022757;//#0a2c57;/*#284a75;*/
    border-color: #022757;//#0a2c57;
}
.navbar-inverse .navbar-brand {
    color: #eee;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 12px;
    color: #eee;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #eee;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #555;
}
.dropdown-menu {
    border: 1px solid #ccc;
    min-width: 250px;
    max-width: 250px;
}
.menu-topo-pra-voce .dropdown-menu {
    min-width: 171px;
    /*max-width: 171px;*/
}
.dropdown-menu li a {
    white-space: normal;
}
.caret-box {
    display: none;
    position: relative;
    float: right;
    margin-left: 10px;
}
.caret2 {
    position: absolute;
    top: 7px;
    right: 10px;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 0px;
}
.open-box .caret {
    border-bottom: 4px solid;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.nav .open a:hover {
    color: #333;
}
.menu_lateral ul.nav li.current {
  	border-left: 3px solid #022757;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    /*  margin-top: 20px;*/
    max-height: 120px;
    margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 0px;
    right: auto;
    bottom: 0px;
    z-index: 10;
    padding: 2px;
    padding-left: 8px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background: rgba(0,0,0,0.4);
}
.carousel-caption p { 
    padding: 5px;
    margin: 0;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 120px;
    background-color: #777;
}
.carousel-inner > .item > a > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-height: 120px;
}
.carousel-indicators {
    position: absolute;
    top: 10px;
    left: auto;
    right: 12px;
    z-index: 15;
    width: auto;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 20px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing h2 {
    font-weight: normal;
}
.marketing .col-sm-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.evento-titulo-lg {
    display: none;
}

.navbar-collapse img {
    width: 100px;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}
.tipo-defesa {
    position: absolute;
    top: 0px;
    background-color: #eee;
    border: 1px solid rgb(221, 221, 221);
}
.noticia-home-titulo {
    margin-bottom: 10px;
}
.cultura-extensao .noticia-home-titulo {
    margin-bottom: 10px;
}
.cultura-extensao .quadro {
    padding-top: 15px;
    margin-bottom: 15px;
}
.cultura-extensao .quadro:hover {
    background-color: #eee;
}
@media (min-width: 768px) {
    .cultura-extensao .quadro  h4 {
        font-size: 15px;
    }
}
@media (min-width: 1600px) {
    .cultura-extensao .quadro  h4 {
        font-size: 18px;
    }
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 350px) {
    .carousel, .carousel-inner > .item > a > img {
        max-height: 140px;
    }
    .carousel .item {
        height: 140px;
    }
}
@media (min-width: 400px) {
    .carousel, .carousel-inner > .item > a > img {
        max-height: 160px;
    }
    .carousel .item {
        height: 160px;
    }
}
@media (min-width: 480px) {
    .carousel, .carousel-inner > .item > a > img {
        max-height: 195px;
    }
    .carousel .item {
        height: 195px;
    }
    .pesquisa-integrantes .col-xs-4 {
        min-height: 340px;
    }
}
@media (min-width: 560px) {
    .carousel, .carousel-inner > .item > a > img {
        max-height: 225px;
    }
    .carousel .item {
        height: 225px;
    }
    .pesquisa-integrantes .col-xs-4 {
        min-height: 380px;
    }
}
@media (min-width: 680px) {
    .carousel, .carousel-inner > .item > a > img {
        max-height: 277px;
    }
    .carousel .item {
        height: 277px;
    }
    .pesquisa-integrantes .col-xs-4 {
        min-height: 410px;
    }
}
@media (min-width: 768px) {
    .noticia-home-titulo {
        min-height: 110px;
    }
    .cultura-extensao .noticia-home-titulo {
        min-height: 50px;
    }
    .noticia-home-titulo p {
        padding: 0px;
        margin: 0px;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 0;
        font-size: 21px;
        line-height: 1.4;
    }
    .carousel, .carousel-inner > .item > a > img {
        max-height: 288px;
    }
    .carousel .item {
        height: 288px;
    }
    .navbar-collapse img {
        width: 200px;
        margin: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }
    .featurette-heading {
        font-size: 50px;
    }

    body {
        padding-top: 105px;
    }
    
    .pesquisa-integrantes .col-xs-4 {
        min-height: 300px;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 130px;
    } 
    .featurette-heading {
        margin-top: 120px;
    }
    .carousel, .carousel-inner > .item > a > img {
        max-height: 370px;
    }
    .carousel .item {
        height: 370px;
    }
    /*.footer .col-xs-12 {
      margin-top: 20px;
    }*/
}
@media (min-width: 1200px){
    .navbar-inverse .navbar-nav>li>a {
    	font-size: 16px;
  	}
    .carousel, .carousel-inner > .item > a > img {
        max-height: 335px;
    }
    .carousel .item {
        height: 335px;
    }
    .evento-titulo {
        display: none;
    }
    .evento-titulo-lg {
        display: block;
    }
    .cultura-extensao .noticia-home-titulo {
        min-height: 65px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
    .carousel, .carousel-inner > .item > a > img {
        max-height: 450px;
    }
    .carousel .item {
        height: 450px;
    }
    .pesquisa-integrantes .col-xs-4 {
        min-height: 350px;
    }
}
/* Caixa do logo*/
.caixa-logo {
    margin-top: 50px;
    position: relative;
    width: 100%;
    border: 0px;
    z-index: 1000;
}
.caixa-logo .container {
    background: #0A2C57;/*rgba(107,128,155,1);/*#717c94;*/
    /*border-bottom: 10px solid rgba(250,169,84,1);/*5px solid #284a75;*/
}
.caixa-logo img {
    padding: 5px;
    width: 200px;
}

.navbar-inverse {
    background: none;
    border-bottom: 0px;
}
.navbar-inverse .container {
    background: #0A2C57;/*#284A75;*/
    border-top: 0px; /*Novembro azul 4px solid #4e90c6;*/
}
.navbar-inverse .pull-right li a {
    text-transform: none;
}
.navbar-collapse {
    position: relative;
}
.navbar-collapse .principal {
    padding-top: 40px;
    font-size: 16px;
}
.banner {
    padding-left: 0px;
    padding-right: 0px;
}
.noticias-eventos h3, .cursos-home h3, .acesso-rapido h3, .canais-home h3, .footer h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #022757;//#0a2c57;
    text-transform: uppercase;
}
h3 small {
    text-transform: none;
}
.footer h3 {
    color: white;
    font-size: 16px;
    margin-top: 40px;
}
.noticias-eventos a {
    text-decoration: none;
    color: #000;
}
.noticias-eventos a p {
    color: #999;
}
.noticias-eventos a:hover {
    color: #d58512;
}
.noticias-eventos .caixa-evento p {
    display: block;
    float: left;
    width: 100%;
    min-height: 50px;
    color: #666;
}
.noticias-eventos .caixa-evento a:hover p {
    color: #d58512;
}
.noticias-eventos .caixa-evento p span {
    display: block;
    background: #0A2C57;
    color: white;
    width: 55px;
    float: left;
    padding: 10px;
    margin: 5px;
    margin-right: 10px;
    font-weight: bold;
    text-align: center;
}
.noticias-eventos {
    background-color: #eee; /*#e7e0e2;*/
    padding-top: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.noticias-eventos-all {
    background-color: #fff;
    border: 0px;
    padding: 0px;
}
.noticias-eventos-all h4 {
    font-size: 14px;
}
.noticias-eventos-all p {
    font-size: 12px;
}
.noticias-eventos-all .quadro {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.noticias-eventos-all .bloco {
    background-color: #efefef;
    float: left;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 15px;
}
.noticias-eventos-all .divisor {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px 15px;
    margin-bottom: 15px;
    background-color: #eee;
    text-align: center;
}
.noticias-texto a {
    color: #337ab7;
}
.noticias-texto a:hover {
    color: #23527c;
	text-decoration: underline;
}

.ficha-catalografica .panel-heading {
    padding: 5px;
}
.ficha-catalografica .panel-heading .panel-title {
    font-size: 14px;
}
.ficha-catalografica .panel-body {
    padding: 5px;
    font-size: 11px;
}
.ficha-catalografica .alert-info {
    font-size: 11px;
    padding: 4px;
}

@media (min-width: 768px) {
    .noticias-eventos-all .quadro {
        max-height: 305px;
    }
}
@media (min-width: 992px) {
    .noticias-eventos-all .quadro {
        max-height: 305px;
    }
}
@media (min-width: 1200px) {
    .noticias-eventos-all .quadro {
        max-height: 250px;
    }
    .noticias-eventos-en {
        height: 335px;
        overflow: hidden;
    }
}
@media (min-width: 1600px) {
    .noticias-eventos-all .quadro {
        max-height: 305px;
    }
    .noticias-eventos-en {
        height: 450px;
    }
}
.btn-mais-noticias {
    width: 100%;
    display: block;
}
.form-busca-noticia {
    width: 220px;
    position: absolute;
    top: 21px;
    right: 15px;
}
.form-busca-noticia .form-control {
    width: 180px !important;
}
.form-busca-noticia .input-group-addon {
    height: 34px;
    width: auto;
}
.cursos-home h2 {
    position: absolute;
    bottom: -10px;
    left: 15px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.75);
}
.cursos-home {
    /*background-color: #e7e0e2;*/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.cursos-home a {
    text-decoration: none;
    color: #000;
}
.cursos-home a:hover {
    color: #3278b3;
}
.cursos-home .col-lg-3 {
    margin-bottom: 20px;
}
.acesso-rapido {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 0px;
}
.acesso-rapido a {
    display: block;
    position: relative;
    width: 100%;
}
.acesso-rapido a img {
    margin: 0 auto;
}
.canais-home {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: -10px;
}
.canais-home a {
    padding: 5px;
    display: block;
    width: 100%;
    text-align: center;
    background: #eee;/*#e7e0e2;*/
    color: #333;
    text-decoration: none;
    margin: 1px;
}
.canais-home a:hover {
    color: #3278b3;
}
.icone-social {
    margin-left: 15px;
    float: left;
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
}
.youtube {
    background: url(../img/social.jpg) -42px -1px no-repeat;
}
.facebook {
    background: url(../img/social.jpg) -124px -41px no-repeat;
}
.twitter {
    background: url(../img/social.jpg) -42px -41px no-repeat;
}

.back-to-top {
    position: fixed;
    right: 10px;
    width: 40px;
    height: 40px;
    bottom: 0px;
    margin: 0;
    padding: 10px;
    display: none;
    font-size: 20px;
    //border-radius: 30px;
    background: rgba(255, 255, 255, 0.7)
}

.menu-topo-institucional {
    display: block;
    position: absolute;
    right: 150px;
    min-width: 300px;
    opacity: 0;
}
.navbar-inverse .input-group {
    position: relative;
    float: right;
    top: 7px;
    width: 150px;
}
.navbar-inverse .menu-topo-institucional ul li a {
    /*text-transform: uppercase;*/
}
.navbar-inverse .menu-topo-institucional ul li ul li a {
    text-transform: none;
}
.menu-topo-pra-voce {
    position: absolute;
    bottom: 0px;
    right: 0;
}
.menu-topo-pra-voce h5 {
    position: absolute;
    left: -90px;
    color: #FFF;
    font-weight: bold;
    bottom: 6px;
}
#google_translate_element {
    display: block;
    position: relative;
    right: 80px;
    bottom: 12px;
}
#google_translate_element img {
    display: inline;
    width: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 19px;
}
@media (max-width: 991px) {
    #google_translate_element {
        right: 85px;
        bottom: -10px;
    }
}
@media (max-width: 767px) {
    #google_translate_element {
        right: 0px;
    }
}
.navbar-inverse .menu-topo-pra-voce ul li a {
    text-transform: none;
}
/*.menu-topo-institucional ul li a.link-institucional-topo {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 12px;
}*/
.menu-topo-institucional ul li ul li a.link-institucional-topo {
    margin-top: 0px;
}


.conect-us h3 div {
    float: right;
}
.navbar-header .input-group {
    display: none;
}
.navbar-header img {
    display: none;
}
.collapse2 .navbar-toggle {
    margin-left: 10px;
    margin-right: 0px;
    display: none;
}
.navbar-inverse .navbar-toggle {
    border-color: white;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #1a3c67;
}
/*Responsive*/
@media (max-width: 1599px) {
    .conect-us {
        margin-top: 15px;
    }
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    .idioma-topo {
        bottom: 5px;
        right: 190px;
    }
    .navbar-inverse .input-group {
        width: 120px;
    }
    .menu-topo-pra-voce h5 {
    	left: 15px;
  	}
    .collapse2 .navbar-toggle {
        display: block;
    }
    .navbar-collapse .menu-topo-pra-voce {
        display: none;
    }
    .navbar-collapse .principal {
        padding-top: 0px;
    }
    .conect-us {
        display: block;
        margin-top: 90px;
        position: relative;
        float: none !important;
        text-align: center;
        width: 100%;
        border-top: 1px solid #1a3c67;
    }
    .conect-us h3 {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .conect-us h3 div {
        margin: 0px auto -10px;
        float: none;
        display: block;
        position: relative;
        width: 182px;
    }
    .menu-topo-institucional {
        display: none;
    }
    .menu-topo-pra-voce {
        display: none;
    }
    .navbar-collapse img {
        width: 150px;
    }
    /*COLOCAR O COLLAPSE2 AQUI*/
    .collapse2 .menu-topo-institucional, .collapse2 .menu-topo-pra-voce {
        position: absolute;
        left: -15px;
        float: left;
        width: 750px;
        background: #0A2C57;
        border-top: 1px solid #1a3c67;
    }
    .collapse2 .menu-topo-pra-voce {
        top: 158px;
        height: 50px;
    	padding-left: 100px;
    }
    .collapse2 .menu-topo-pra-voce .navbar-nav {
        float: right;
    }
    .collapse2 .menu-topo-institucional {
        top: 107px;
    }
}
@media (max-width: 767px) {
    .idioma-topo {
        bottom: -15px;
        right: 20px;
    }
    .collapse2 .menu-topo-pra-voce .navbar-nav {
        float: none;
    }
    .menu-topo-pra-voce h5 {
    	top: 0px;
    	left: 0px;
    }
    .collapse2 .menu-topo-pra-voce {
    	padding-left: 0px;
    }
    .menu-topo-pra-voce ul.navbar-nav {
    	/*margin-top: 40px;*/
    }
    .social .col-sm-4 p {
        margin-bottom: 20px;
    }
    .canais-home a {
        padding: 10px;
    }
    .dropdown-menu {
        min-width: min-content;
        max-width: none;
    }
    .navbar-header .input-group {
        display: table;
        padding-right: 10px;
    }
    .navbar-header img {
        display: block;
        height: 50px;
        padding: 5px;
    }
    .navbar-collapse img {
        display: none;
    }
    .navbar-collapse .menu-topo-pra-voce, .navbar-collapse .menu-topo-institucional {
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        position: relative;
    }
    .navbar-collapse .menu-topo-institucional {
        margin-top: 0px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu li a {
        color: #333;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu li a:hover {
        color: #555;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu li.parent .dropdown-menu li a {
        color: #eee;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu li.parent .dropdown-menu li a:hover {
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #1A3C67;
    }
    .collapse2 .input-group, .collapse2 .navbar-toggle {
        display: none;
    }
    .footer {
        text-align: center;
    }
    .footer ul.menu {
        border-top: 1px solid #1A3C67;
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer ul.menu li a {
        padding: 5px 15px;
        position: relative;
        display: block;
        border-bottom: 1px solid #1A3C67;
        text-align: left;
    }
    .footer h3 {
        text-align: left;
    }
    .caret-larger {
        display: none;
    }
    .caret-box {
        display: block;
        background: #3278b3;
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .caret-box .caret {
        color: white;
    }
    .navbar-inverse ul.navbar-nav {
        border-top: 1px solid #1A3C67;
    }
    .navbar-inverse ul.navbar-nav li a {
        border-bottom: 1px solid #1A3C67;
    }
    .menu-topo-institucional ul li a.link-institucional-topo {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0px;
    }
    .menu-topo-institucional ul li ul li a.link-institucional-topo {
        margin-top: 0px;
    }
    .navbar-inverse ul li.parent ul.dropdown-menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0px;
    }
    .navbar-inverse ul li.parent ul.dropdown-menu {
        background: #fafafa;
        border-radius: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .navbar-inverse ul li.parent ul.dropdown-menu li.parent ul.dropdown-menu {
        background: #0A2C57;
    }
    .navbar-nav li a {
        line-height: inherit;
    }
    .collapse2 .menu-topo-institucional, .collapse2 .menu-topo-pra-voce {
        border-top: 0px;
    }
    .pesquisa-tab-content {
        border-top: 1px solid #ddd;
    }
    .conect-us {
        margin-top: 330px;
    }
    .social .col-xs-12 {
    	padding-bottom: 25px;
    }
}
@media (max-width: 300px) {
    .navbar-inverse .input-group {
        width: 135px;
    }
}

/* Mudar campo de busca no topo */
.busca-topo input, .busca-topo .input-group-addon {
    border: 1px solid #eee;
    background: none;
    color: white;
}
.busca-topo .input-group-addon {
    border-left: 0px;
}
.busca-topo {
    margin-top: 1px;
    margin-right: -7px;
}
.busca-topo a {
    color: white;
    font-weight: bold;
}
/* Mudar campo de busca no topo */

.rolagem-ativa1 {
    padding-top: 0px !important;
}
.display-none {
    display: none !important;
}
.display-block {
    display: block !important;
}

/*

--------------
Acesso Rapido 
--------------

*/

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    /* background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ *
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ *
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ *
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ *
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ *
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C *
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  */
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-ul li a {
    margin:0px;
    padding:0px;
}
.nbs-flexisel-ul li a:hover {
    background:none;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    max-width:150px;
    max-height:100px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    position: absolute;
    width: 40px;
    height: 100px;
    top: 0px;
    background-color: #1A3C67; //#D3CEAE;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    font-size: 44px;
    color: white;
    line-height: 100px;
    text-align: center;
    font-family: monospace;
}

.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
    background-color: #d58512; //#9A9472;
}

.nbs-flexisel-nav-right {
    right: 0px;
}

/* 

--------------
Acesso Rapido 
--------------

*/

/*

-------------
Menu Lateral
-------------

*/

.menu_lateral ul.menu {
    display: none;
}
.menu_lateral ul li a {
    border-bottom: 1px solid #eee;
    margin-left: -15px;
    margin-right: -15px;
}
.menu_lateral ul li a:hover, .menu_lateral ul li a:focus {
    background: none;
    color: #000;
}
.menu_lateral h4 {
    border-bottom: 1px solid #EEE;
    padding: 10px 15px;
    margin: 0px -15px;
    position: relative;
    background: #fafafa;
}
.menu_lateral .divider {
    height: 20px;
    border-bottom: 1px solid #eee;
}
.menu_lateral .divider span {
    display: none;
}
.icon-veja-tambem {
    position: relative;
    padding: 10px 15px;
    margin-top: -10px;
    margin-right: -15px;
    background: #eee;
}
@media (min-width: 992px) {
    .menu_lateral ul.menu {
        display: block;
    }
    .menu_lateral ul li a {
        margin: 0;
    }
    .menu_lateral h4 {
        border-bottom: 1px solid #eee;
        padding: 15px;
        margin: 0px;
        background: none;
        cursor: auto;
    }
    .icon-veja-tambem {
        display: none;
    }
}

/*

-------------
Menu Lateral
-------------

*/
/*

-------------
CURSOS
-------------

*/

.cursos li {
    float: left;
    max-width: 210px;
    text-align: center;
    margin: 5px;
}
.cursos li a{
    border: 1px solid #efefef;
    height: 180px;
}
.cursos img {
    width: 180px;
}
ul.cursos {
    width: 210px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    ul.cursos {
        width: 440px;
    }
}
@media (min-width: 992px) {
    ul.cursos {
        width: 660px;
    }
}
@media (min-width: 1200px) {
    ul.cursos {
        width: 1100px;
    }
}

/*

-------------
CURSOS
-------------

*/

/*

-------------
COMPARTILHAMENTO
-------------

*/
.share {
    float: right;
}
.share .share-title {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}
.share .botoes {
    margin-bottom: 10px;
    text-align: right;
    opacity: 0.8;
}/*
@media (min-width: 992px) {
    .share .share-title {
        position: absolute;
        left: 0px;
        top: 10px;
        color: #777;
        font-size: 12px;
        margin: 0px;
        text-align: left;
    }
    .share .botoes {
        position: absolute;
        left: 0px;
        top: 35px;
        width: 30px;
        margin: 0px;
        text-align: left;
    }
}*/

/*

-------------
COMPARTILHAMENTO
-------------

*/
/*

-------------
BLOG E CONTENT HEADER
-------------

*/

.blog-pesquisa .items-leading {
    position: relative;
    background: #edead5;
    border: 1px solid #D3CEAE;
    padding: 2px;
    margin: 5px;
    margin-left: 0px;
    float: left;
    min-width: 100%;
    max-height: 35px;
    min-height: 35px;
    overflow: hidden;
}
.blog-pesquisa .page-header {
    position: absolute;
    left: 10px;
    max-width: 480px;
    top: 5px;
    border-bottom: 0px;
}
.blog-pesquisa .page-header h2 {
    font-size: 16px;
}
.blog-pesquisa .readmore {
    position: absolute;
    display: block;
    right: 0px;
    top: -5px;
    background: #d3ceae;
    min-width: 120px;
    min-height: 40px;
    line-height: 40px;
}
.blog-pesquisa .readmore a {
    margin-top: -5px;
    text-decoration: none;
}

.blog .items-leading, .blog .items-row .span6 {
    position: relative;
    background: #edead5;
    border: 1px solid #D3CEAE;
    padding: 10px;
    margin: 5px;
    margin-left: 0px;
    float: left;
    min-width: 100%;
    max-height: 120px;
    min-height: 115px;
    overflow: hidden;
}

.blog .page-header {
    position: absolute;
    left: 150px;
    max-width: 480px;
    top: 25px;
    border-bottom: 0px;
}
.blog .page-header h2 {
    font-size: 16px;
}
.blog .readmore {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    background: #d3ceae;
    min-width: 120px;
    min-height: 115px;
    line-height: 115px;
}
.blog .readmore a {
    text-decoration: none;
}
.blog .noticia-data {
    position: absolute;
    left: 150px;
    top: 5px;
    font-style: italic;
}
.badge {
    float: right;
    margin-top: 2px;
}
.item-title {
    margin-bottom: 10px;
    padding: 3px;
}
.item-title:hover {
    background: #fbfbfb;
}

.pesquisa-tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.pesquisa-tab-content .btn-group {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.listagem-pesquisa {
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    padding: 5px;
    margin-top: -5px;
    margin-bottom: 5px;
}
.listagem-pesquisa a {
    float: left;
    padding: 3px;
    background-color: #555;
    color: white;
    font-size: 11px;
    margin: 3px;
    border-radius: 3px;
}
.caret-up {
    border-bottom: 4px dashed;
    border-top: 0px;
}

.pesquisa-integrantes p {
    display: none;
}

/*

-------------
BLOG E CONTENT HEADER
-------------

*/

/*

-------------
CONTATO
-------------

*/
.contato-bloco {
    padding: 15px;
    border: 1px solid #eee;
    background: #fafafa;
    margin-bottom: 15px;
}
.contato-bloco .glyphicon {
    font-size: 20px;
}
.contato-texto-mapa {
    margin-left: 30px;
    display: block;
    position: relative;
    left: 0px;
    top: -25px;
}
.contato-banner {
    background-color: #fafafa;
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 15px 110px;
    border: 1px solid #eee;
    text-transform: uppercase;
    font-weight: bold;
}
.contato-banner .glyphicon {
  	position: absolute;
    font-size: 50px;
    left: 25px;
    top: 10px;
}
.contato-banner:hover {
    color: #337AB7;
    cursor: pointer;
}
/*.contato-banner-phone {
    background-image: url(../img/contato-banner-fundo-phone.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.contato-banner-user {
    background-image: url(../img/contato-banner-fundo-user.png);
    background-position: left center;
    background-repeat: no-repeat;
}*/
.contato-banner-fundo {
    /*background: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    height: 100%;
    display: block;
    float: left;
    left: 0px;
    top: 0px;
    width: 50px;
    padding: 10px;
}
.contato-banner-fundo .glyphicon {
    font-size: 30px;
}
.contato-metade, .contact {
    /*float: left;
    max-width: 40%;*/
    margin-bottom: 15px;
}
.contact h3 {
    margin-top: 0px;
}
.dl-horizontal dt {
    width: 30px;
    float: left;
    text-align: right;
}
.dl-horizontal dd {
    margin-left: 40px;
}
.contato_mapa {
    float: right;
    max-width: 59%;
}
.contact-form form fieldset legend {
    font-size: 14px;
}
.contact-form .form-actions {
    margin-top: 20px;
}
.contact-category h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
}
#adminForm ul {
/*    margin: 0px;
    margin-top: 20px;*/
    padding: 0px;
}
#adminForm ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/*#adminForm ul li a{
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 5px;
    text-decoration: none;
    background: #edead5;
    border-top: 1px solid #e9e4c6;
    border-left: 3px solid #e9e4c6;
    border-right: 8px solid #e9e4c6;
}*/
#adminForm ul li a {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 5px 5px 5px 15px;
    text-decoration: none;
    background: #eee;
    color: black;
    margin-bottom: 5px;
}
#adminForm ul li a:hover {
    color: #337AB7;
}
#adminForm ul li p {
    position: absolute;
}

.protectedby {
    display: none;
}
/*

-------------
CONTATO
-------------

*/

.cck_value_text {
    padding-left: 5px;
    margin-bottom: 6px;
    border-left: 3px solid #D3CEAE;
}

.lista_pesquisa_titulo {
    padding-bottom: 15px;
}

/*

-------------
PESSOAS
-------------

*/
.mosaico {
    position: relative;
    display: block;
    float: left;
    border-bottom: 5px solid #10386b;
    width: 100%;
}
.mosaico img {
    width: 40px;
    float: left;
    margin: 4px;
}
.mosaico .foto {
    position: relative;
    float: left;
}
.mosaico .foto .foto_nome {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    color: white;
    padding: 1px;
    font-size: 12px;
    display: none;
}
.mosaico .foto_esquerda img {
    margin-left: 0px;
}
.mosaico .foto_direita img {
    margin-right: 0px;
}
.mosaico .foto_baixo img {
    margin-bottom: 0px;
}
.mosaico .foto_esquerda .foto_nome {
    left: 0px;
}
.mosaico .foto_direita .foto_nome {
    left: auto;
    right: 0px;
}
.mosaico .foto .tooltip {
    /*position: absolute;
    margin: 0;*/
}
.busca_pessoas {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background: #eee;/*#D3CEAE;*/
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.busca_pessoas legend {
    margin: 5px;
    margin-bottom: 10px;
    border: 0px;
    font-size: 16px;
}
.busca_pessoas select {
    max-width: 170px;
}
.busca_pessoas .nome_busca {
    width: 230px;
}
.busca_pessoas .carregando {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,0.6);
    z-index: 1;
}
.busca_pessoas .carregando img {
    height: 100%;
    max-height: 70px;
    padding-top: 15px;
}
.mostra_pessoas .thumbnail {
    position: relative;
}
.mostra_pessoas .thumbnail .caption {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0px;
}
.mostra_pessoas .thumbnail .caption h6 {
    background: rgba(0,0,0,0.7);
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    min-height: 50px;
    margin-top: -36px;
    padding-top: 5px;
    color: white;
}
.mostra_pessoas .thumbnail .caption h6:hover {
    background: rgba(0,0,0,0.9);
}
.mostra_pessoas .thumbnail .btn {
    position: absolute;
    bottom: 32px;
}
.mostra_pessoas .media .img-thumbnail:hover,
.mostra_pessoas .media .img-thumbnail:focus {
  border-color: #428bca;
}
.mostra_pessoas .media .link-center {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 15px;
}
.mostra_pessoas .media .media-body .media-heading {
    width: 100%;
    border-bottom: 1px solid #e9e4c6;
}
.mostra_pessoas .media .media-body p, .mostra_pessoas p {
    line-height: 30px;
}
.mostra_pessoas .media .media-body p .glyphicon, .mostra_pessoas .glyphicon {
    float: left;
    font-size: 20px;
    padding-top: 2px;
    margin-right: 10px;
    color: #D3CEAE;
}
.mostra_pessoas .link_pessoas {
    display: block;
    width: 160px;
    line-height: 40px;
    padding-left: 30px;
}
.mostra_pessoas .link_pessoas:hover {
    text-decoration: none;
    color: #7f9bbe;
}
.mostra_pessoas .lattes {
    background: url(../img/lattes.jpg) left center no-repeat;
}
.mostra_pessoas .cnpq {
    background: url(../img/cnpq.jpg) left center no-repeat;
}
.mostra_pessoas .mail {
    background: url(../img/mail.jpg) left center no-repeat;
}
@media (min-width: 768px) {
    .mosaico img {
        width: 67.8px;
    }
}
@media (min-width: 992px) {
    .mosaico img {
        width: 65.5px;
    }
    .busca_pessoas .nome_busca {
        width: 230px;
    }
}
@media (min-width: 1200px) {
    .mosaico img {
        width: 80.5px;
    }
}
@media (min-width: 1600px) {
    .mosaico img {
        width: 110.5px;
    }
}
/*

-------------
PESSOAS
-------------

*/

.conteudo .canais-home .item h3 {
  	text-align: left;
    margin-bottom: 15px;
    margin-top: 25px;
    float: left;
    width: 100%;
    text-transform: none;
}


/*
NOTICIAS, EVENTOS, OPORTUNIDADES
*/
.noticia-reset-image {
    margin-top: -10px;
}
.noticia-reset-image img {
    max-height: 160px;
    max-width: 100%;
}
.noticia-reset-image .caixa-noticia-categoria {
    position: absolute;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    left: 5px;
    bottom: 0px;
    font-size: 10px;
}
.noticias-cabecalho {
    display: block;
    min-height: 80px;
}
.noticias-cabecalho hr {
    float: left;
    width: 100%;
}
.noticias-eventos hr {
    float: left;
    width: 100%;
}
.noticias-texto {
    display: block;
}
.noticia-data {
    padding-top: 5px;
    line-height: 25px;
    font-size: 11px;
}
.noticia-data p {
    margin: 0px;
    padding: 0px
}
.noticias-texto img {
    /*float: left;
    margin: 10px;*/
}
.credito, .mais_informacoes {
    display: block;
    float: left;
    margin-top: 10px;
    font-size: 12px;
}
@media (max-width: 767px) {
    .noticia-data {
        margin-top: 10px;
        border-top: 1px solid #eee;
    }
    .noticias-texto img {
        max-width: 100%;
        height: auto;
        margin: 0px !important;
    }
}
/*
NOTICIAS, EVENTOS, OPORTUNIDADES
*/

/*
-------------
ALERTS
-------------
*/

.alert {
    padding: 10px;
    margin-top: 15px;
}
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-message {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}


/*
TABELA CUTTER
*/
.tabela-cutter .cabecalho a {
    padding: 10px;
    text-decoration: none;
}
.tabela-cutter .cabecalho .active {
    background: #337ab7;
    color: white;
    border-radius: 4px;
}
.tabela-cutter .conteudo h1 {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/*
TABELA CUTTER
*/

.quadro_campanha {
    position: relative;
    left: -12px;
    top: -8px;
}
.outubro_rosa {
    position: absolute;
    width: 20px;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
@media (max-width: 768px) {
    .outubro_rosa {
        left: 50px;
        top: 20px;
        width: 20px;
    }
}

.reset-confirm, .reset-complete {
    padding-top: 15px;
}

.form-horizontal .control-label {
    text-align: left !important;
}

div.vertical div.cck_forms.cck_site div.cck_label {
    width: 200px;
}

.noticias-texto img {
    margin: auto;
}
.wp-caption {
    width: -moz-fit-content !important;
    width: fit-content !important;
    text-align: center;
    background: #eee;
    padding: 0px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.wp-caption-text {
    display: block;
    padding: 5px;
    max-width: fit-content;
    max-width: -moz-fit-content;
    margin: auto;
}
@-moz-document url-prefix(){ /*FIREFOX*/
 	.wp-caption-text {
        display: table-caption;
        padding: 5px;
        width: -moz-fit-content;
        max-width: -moz-fit-content;
        margin: auto;
    }
}

.luto {
    background: #111;
    color: #fff;
    text-align: center;
    font-size: 45px;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 3px 3px 1px #333;
}
.luto a {
    color: #fff;
}
.luto a:hover {
    color: #ddd;
    text-decoration: none;
}

.faixa_anos {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.faixa_anos div {
    padding: 0px;
}

.faixa_anos img {
    width: 100%;
}

.faixa_anos a {
    color: #fff;
}
.faixa_anos a:hover {
    color: #ddd;
    text-decoration: none;
}

.jb-cookie {
    position: fixed;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    width: 100%;
    padding: 15px 30px 15px 30px;
}
.jb-cookie h2 {
    font-size: 15px;
    font-weight: bold;
}
#busca-topo {
    display: flow-root !important;
}