@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i");
html {
  overflow-x: hidden; }

html,
body {
  font-family: 'Source Sans Pro' , arial , sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #000000;
  background-color: #e5e5e5 !important;
 /* background-color: #f3f3f3;*/
  box-sizing: border-box;
  height: auto;
  width: 100%; }

body a {
  color: #0c456f;
  font-weight: bold;
  text-decoration: none; }

.show-size {
  position: fixed;
  top: 10px;
  padding: 10px;
  background-color: red;
  color: white;
  z-index: 1000; }

h1 {
  font-size: 2.6rem;
  font-weight: 300; }

h2 {
  font-size: 2rem;
  font-weight: 300; }

h3 {
  font-size: 1.3rem;
  font-weight: 700; }

.destaqueTexto {
  font-size: 1.3rem; }

.olho {
  font-size: 1.6rem;
  font-weight: 700px;
  font-style: italic;
  color: #0c456f; }

.absolute-middle {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

p {
  margin-top: 0 !important; }

img.aligncenter {
  width: 100%;
  height: auto; }

table {
  width: 100%; }

table,
th,
td {
  border: 1px solid #ccc;
  border-collapse: collapse; }

tr:nth-child(even) {
  background: #e7e7e7; }

.header-logos {
  width: 100%;
  height: 80px;
  background-color: #0c456f;
  position: fixed;
  top: 0;
  z-index: 1000; }
  .header-logos .inner-header-logos {
    width: 1300px;
    margin-left: calc(50% - 650px);
    display: flex;
    justify-content: space-between; }
    .header-logos .inner-header-logos .logo {
      height: 60px;
      width: auto;
      margin-top: 10px; }
    .header-logos .inner-header-logos .logos-events {
      width: 520px;
      margin-top: 12px;
      margin-right: -15px;
      display: flex;
      justify-content: space-around; }
      .header-logos .inner-header-logos .logos-events .logos {
/* daniel@impa.br
        width: 160px;
*/
	margin-left: 5px;
        height: 50px;
        width: 140px; }
    .header-logos .inner-header-logos .social {
     /*renanocm@impa.br*/
     /* margin-top: 20px;*/
      margin-top: 25px; 
     }
      .header-logos .inner-header-logos .social .logo-social-header {
       /*renanocm@impa.br*/
      /*  width: 40px; */
      width:30px;
      }

.header {
  width: 100%;
  height: 50px;
  line-height: 51px;
  background-color: #072a46;
  color: #ffffff;
  display: block;
  justify-content: space-between;
  z-index: 100;
  position: fixed;
  top: 80px; }
  .header-mobile {
    background-color: #072a46;
    color: #ffffff;
    width: 100%; }
    .header-mobile.fixed {
      position: fixed;
      top: 0;
      z-index: 10;
      width: 100%; }
  .header-mobile-menu {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    z-index: 10000; }
    .header-mobile-menu .icon {
      width: 40px;
      height: 40px;
      z-index: 10000;
      margin-right: 20px;
      cursor: pointer; }
      .header-mobile-menu .icon-menu {
        width: 100%;
        height: auto; }
    .header-mobile-menu h2 {
      text-transform: uppercase; }
  .header-menu {
    width: 100%;
    text-align: right;
    padding-right: 60px; }
  .header .name-logo {
    width: 100px;
    height: 100%;
    background-color: #0c456f; }
  .header .content-header {
    width: 1300px;
    margin-left: calc(50% - 650px);
    position: relative;
    display: flex;
    justify-content: space-between; }
    .header .content-header .logo {
      width: 100px;
      margin-top: 5px; }
    .header .content-header .container-menu-header {
      display: inline-block;
      vertical-align: top; }
      .header .content-header .container-menu-header .menu-header {
        display: flex;
        margin-top: 0;
        padding: 0; }
        .header .content-header .container-menu-header .menu-header .menu-item {
          list-style: none;
          box-shadow: 0px 5px transparent inset; }
          .header .content-header .container-menu-header .menu-header .menu-item:hover, .header .content-header .container-menu-header .menu-header .menu-item:nth-child(0) {
            box-shadow: 0px -5px #dedd20 inset; }
          .header .content-header .container-menu-header .menu-header .menu-item a {
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 300;
            padding: 20px;
            box-sizing: border-box; }

         

    .header .content-header .option-language button {
      color: #ffffff;
      font-weight: bold;
      background-color: transparent;
      width: 22px;
      border: none;
      padding: 0 !important;
      cursor: pointer; }


      .header .content-header .option-language button.active-lang {
        color: #dedd20; }

.img-header {
  width: 100%;
  height: 250px;
  background-color: #993333;
  overflow: hidden; }
  .img-header img {
    width: 100%; }

.header-logo img {
  display: none; }

@media (max-width: 1300px) {
  .header-logos {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box; }
    .header-logos .inner-header-logos {
      width: 100%;
      margin-left: 0; }

  .header {
    width: 100%; }
    .header-mobile {
      width: 100%; }
    .header .content-header {
      width: 100%;
      margin-left: 0; }
      .header .content-header .logo {
        margin-left: 40px; }
      .header .content-header .container-menu-header {
        position: absolute; }
      .header .content-header .social {
        display: none; }

  .header-logo {
    width: 100%; } 

/* renanocm@impa.br */
/*
      .search {
  position: absolute;
  right: 80px;
  width: 12%;
}
*/

}
/* Default 680 */
@media (max-width: 850px) {
  .header-logos {
    display: none; }

  .header {
    display: none; }
    .header-mobile-menu {
      display: flex; }

  .header-logo {
    height: 160px;
    background-color: #0c456f;
    position: relative; }
    .header-logo img {
      width: 60%;
      height: auto;
      display: block; } }
.bg-sidebar {
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #0c456f;
  z-index: 50; }

.bg-sidebar.home,
.sidebar.home {
  display: none; }

.sidebar.home {
  margin-top: 250px;
  z-index: 100; }

.sidebar {
  background-color: #0c456f;
  width: 280px;
  height: 100%;
  padding: 50px 40px 0px 40px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 100; }
  .sidebar img {
    width: 60%;
    height: auto;
    padding-bottom: 10px;
    margin-left: 20%; }
  .sidebar.home {
    top: -270px; }
  .sidebar .sidebar-menu.principal {
    margin-top: 250px; }
  .sidebar .sidebar-menu .menu {
    padding: 0; }
    .sidebar .sidebar-menu .menu-item.current_page_item:not(.mltlngg-menu-item) a:before, .sidebar .sidebar-menu .menu-item.current-menu-item:not(.mltlngg-menu-item) > a:before, .sidebar .sidebar-menu .menu-item.current_page_parent:not(.mltlngg-menu-item) > a:before {
      content: "";
      width: 10px;
      height: 20px;
      background-color: #dedd20;
      position: absolute;
      top: 13px;
      margin-left: -20px; }
    .sidebar .sidebar-menu .menu-item.current_page_item:not(.mltlngg-menu-item) a, .sidebar .sidebar-menu .menu-item.current_page_parent:not(.mltlngg-menu-item) a {
      color: #dedd20; }
    .sidebar .sidebar-menu .menu-item:not(.current_page_item) ul, .sidebar .sidebar-menu .menu-item:not(.current-menu-item) ul {
      display: none; }
    .sidebar .sidebar-menu .menu-item.current-menu-parent ul {
      display: block; }
      .sidebar .sidebar-menu .menu-item.current-menu-parent ul li.current-menu-item {
        text-decoration: underline; }
    .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) {
      list-style: none; }
      .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) a {
        width: 100%;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 10px 10px 0px;
        display: block;
        box-sizing: border-box;
        position: relative;
        font-size: 1.3rem;
        font-weight: 700; }
/* renanocm@impa.br
        .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) a:hover:before, .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) a.active:before {
          content: "";
          width: 10px;
          height: 20px;
          background-color: #dedd20;
          position: absolute;
          top: 13px;
          margin-left: -20px; }
*/
        .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) a:hover,.sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) a:active {
               color: #dedd20;
          }

        .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) a.active {
          color: #dedd20; }

      .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) .sub-menu {
        padding-left: 0; }
        .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) .sub-menu .menu-item a {
          font-weight: normal;
          font-size: 1rem;
          padding-left: 25px;
          color: #ffffff; }
          .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) .sub-menu .menu-item a:hover {
            text-decoration: underline; }
          .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) .sub-menu .menu-item a:hover:before, .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) .sub-menu .menu-item a:before {
            background-color: transparent; }
        .sidebar .sidebar-menu .menu-item:not(.mltlngg-menu-item) .sub-menu .menu-item ul {
          display: none; }
  .sidebar .container-search {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff; }
  .sidebar .container-search.hidden {
    display: none; }
  .sidebar .container-lang {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 2px solid #ffffff; }
/* dalbqrq */
    .sidebar .option-language button {
      color: #ffffff;
      font-weight: bold;
      background-color: transparent;
      width: 22px;
      border: none;
      padding: 0 !important;
      cursor: pointer; }


      .sidebar .option-language button.active-lang {
        color: #dedd20; }


/* Default 800 */
@media (max-width: 850px) {
  .bg-sidebar,
  .sidebar {
    width: 220px; } }

/* Default 680 */
@media (max-width: 850px) {
  .sidebar {
    padding-top: 20px; }

  .bg-sidebar.home,
  .sidebar.home {
    display: block; }

  .bg-sidebar,
  .sidebar {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    transform: translateX(-100%);
    transition: transform .4s ease-in-out; }
    .bg-sidebar img,
    .sidebar img {
      display: none; }

  .bg-sidebar.open,
  .sidebar.open {
    transform: translateX(0); } }
.banner {
  width: 100%;
  height: auto;
  margin-top: 160px;
  margin-bottom: 20px; }

.wrapper {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .wrapper .main-body {
    width: 100%;
    max-width: 1300px;
    margin-left: calc(50% - 650px);
    box-sizing: border-box;
    display: flex; }
    .wrapper .main-body a {
      text-decoration: none;
      color: #13598d; }
      .wrapper .main-body a:hover {
        text-decoration: underline; }
  .wrapper .box-title {
    width: 100%;
    height: 60px;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box; }
    .wrapper .box-title h2 {
      color: #ffffff; }
  .wrapper .logos-events {
    display: none;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    .wrapper .logos-events .logos {
      width: calc(33% - 15px);
      margin-left: 20px; }
    .wrapper .logos-events .logo-cnrs {
      margin-left: 0; }
  .wrapper .before-main {
    width: 1300px;
    margin-left: calc(50% - 650px); }
    .wrapper .before-main .container-socials .logos-socials {
      vertical-align: top;
      margin-top: 60px;
      width: 300px;
      display: inline-block; }
      .wrapper .before-main .container-socials .logos-socials .logo-social-banner {
        width: 60px;
        margin-right: 10px; }
      .wrapper .before-main .container-socials .logos-socials .logo-twitter {
        margin-right: 0; }
    .wrapper .before-main .container-socials .container-info-social {
      display: inline-block;
      position: relative;
      margin-left: 60px;
      width: calc(100% - 370px); }
      .wrapper .before-main .container-socials .container-info-social .arrow-box {
        position: absolute;
        top: 80px;
        width: 50px;
        height: 25px;
        box-shadow: -10px 3px #663399;
        transform: skew(55deg);
        background-color: #ffffff;
        z-index: 3; }
      .wrapper .before-main .container-socials .container-info-social .box-face {
        position: relative;
        margin-top: 40px;
        margin-left: 18px;
        width: 100%;
        height: 165px;
        background-color: #ffffff;
        padding: 20px;
        box-sizing: border-box;
        z-index: 5; }
        .wrapper .before-main .container-socials .container-info-social .box-face .inner-info-face {
          height: 100%;
          overflow: hidden;
          font-size: 28px;
          font-style: italic;
          font-weight: 300; }
/* daniel@impa.br
        .wrapper .before-main .container-socials .container-info-social .box-face .box-behind {
          position: absolute;
          left: 0px;
          width: 100%;
          height: 105px;
          bottom: 0;
          box-shadow: -6px 6px #663399;
          z-index: 1; }
*/
  .wrapper .notices {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .wrapper .notices .boxes {
      width: 75%;
      display: inline-block; }
      .wrapper .notices .boxes .all-notices {
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        background-color: #ccc; }
        .wrapper .notices .boxes .all-notices a {
          font-style: italic; }
    .wrapper .notices .box-notice {
      width: 300px;
      height: auto;
      margin-bottom: 10px;
      display: inline-block;
      vertical-align: top;
      margin-right: 20px; }
      .wrapper .notices .box-notice .notice-img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
        .wrapper .notices .box-notice .notice-img img {
          width: 100%;
          height: auto; }
      .wrapper .notices .box-notice .description {
        vertical-align: top; }
        .wrapper .notices .box-notice .description-title {
          font-size: 1.3rem;
          font-weight: 700;
          max-height: 80px;
          overflow: hidden; }
          .wrapper .notices .box-notice .description-title a {
            text-decoration: none;
            color: #000000; }
            .wrapper .notices .box-notice .description-title a:hover {
              text-decoration: underline; }
    .wrapper .notices .more-notices {
      display: inline-block;
      vertical-align: top;
      width: calc(25% - 10px); }
      .wrapper .notices .more-notices .all-notices .title {
        float: left;
        font-weight: bold;
        text-transform: uppercase; }
      .wrapper .notices .more-notices .all-notices .more {
        font-style: italic;
        float: right; }
        .wrapper .notices .more-notices .all-notices .more span {
          display: none; }
      .wrapper .notices .more-notices p {
        margin-top: 40px; }
      .wrapper .notices .more-notices .link-notice {
        color: #000;
        font-weight: normal; }
        .wrapper .notices .more-notices .link-notice div {
          margin-top: 30px; }
  .wrapper .container-seminar-events {
    width: 1300px;
    margin-left: calc(50% - 650px);
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px; }
    .wrapper .container-seminar-events .events {
      width: calc(50% - 20px);
      display: inline-block;
      vertical-align: top; }
      .wrapper .container-seminar-events .events .title {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #993333;
        font-size: 24px; }
        .wrapper .container-seminar-events .events .title span {
          float: right; }
          .wrapper .container-seminar-events .events .title span a {
            font-size: 18px;
            font-weight: normal;
            vertical-align: bottom; }
            .wrapper .container-seminar-events .events .title span a:hover {
              text-decoration: underline; }
    .wrapper .container-seminar-events .seminar {
      width: calc(50% - 20px);
      display: inline-block;
      margin-left: 20px; }
      .wrapper .container-seminar-events .seminar .title {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #663399;
        font-size: 24px; }
        .wrapper .container-seminar-events .seminar .title span {
          float: right; }
          .wrapper .container-seminar-events .seminar .title span a {
            font-size: 18px;
            font-weight: normal;
            vertical-align: bottom; }
            .wrapper .container-seminar-events .seminar .title span a:hover {
              text-decoration: underline; }
      .wrapper .container-seminar-events .seminar .box-seminar {
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px; }
        .wrapper .container-seminar-events .seminar .box-seminar .description-title {
          overflow: hidden; }
        .wrapper .container-seminar-events .seminar .box-seminar .title-seminar {
          color: #000;
          white-space: nowrap; }
          .wrapper .container-seminar-events .seminar .box-seminar .title-seminar:hover {
            text-decoration: underline; }
  .wrapper .box-posts-container {
    width: 100%;
    background-color: transparent;
    display: inline-block; }
    .wrapper .box-posts-container .content {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      background-color: #ffffff;
      margin-bottom: 25px; }
      .wrapper .box-posts-container .content .author {
        font-size: 1.3rem;
        font-weight: 300;
        font-style: italic; }
      .wrapper .box-posts-container .content .infos {
        font-size: 1.3rem;
        font-weight: 300;
        font-style: italic;
        text-align: right; }
        .wrapper .box-posts-container .content .infos a {
          text-decoration: none;
          color: #0c456f; }
          .wrapper .box-posts-container .content .infos a:hover {
            text-decoration: underline; }
    .wrapper .box-posts-container .content-3 {
      border: none; }

.box-map {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin-top: 40px; }
  .box-map .inner-box-map {
    width: 1300px;
    margin-left: calc(50% - 650px);
    padding: 20px;
    box-sizing: border-box; }
    .box-map .inner-box-map h1 {
      margin-bottom: 20px; }
  .box-map .container-map {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    .box-map .container-map .location {
      width: 280px; }
    .box-map .container-map h3 {
      margin-bottom: 10px; }
    .box-map .container-map .box-info-1 {
      margin-bottom: 40px; }
    .box-map .container-map .box-info-3 {
      width: 280px; }
      .box-map .container-map .box-info-3 .icon {
        width: 80px;
        height: 82px;
        display: inline-block;
        margin-right: 10px; }
      .box-map .container-map .box-info-3 .text {
        width: calc(100% - 100px);
        font-style: italic;
        display: inline-block;
        vertical-align: top; }
    .box-map .container-map .map {
      width: calc(100% - 270px);
      margin-left: 20px;
      height: 255px;
      background-color: #663399;
      color: #000000; }

@media (max-width: 1300px) {
  .wrapper .main-body {
    margin-left: 0; }
  .wrapper .notices .boxes {
    width: 100%;
    padding: 20px; }
  .wrapper .notices .box-notice {
    width: calc(33% - 25px);
    display: inline-block; }
  .wrapper .notices .more-notices {
    padding: 20px;
    width: 100%; }
    .wrapper .notices .more-notices .title,
    .wrapper .notices .more-notices .link-notice {
      display: none; }
    .wrapper .notices .more-notices .all-notices {
      width: calc(100% - 40px);
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #ffffff;
      text-align: center;
      font-size: 18px; }
      .wrapper .notices .more-notices .all-notices a {
        padding: 10% 30%; }
      .wrapper .notices .more-notices .all-notices .more {
        float: none; }
        .wrapper .notices .more-notices .all-notices .more span {
          display: inline-block; }
        .wrapper .notices .more-notices .all-notices .more:hover {
          text-decoration: underline; }
          .wrapper .notices .more-notices .all-notices .more:hover span {
            text-decoration: underline; }
  .wrapper .container-seminar-events {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 0; }
  .wrapper .before-main {
    width: calc(100% + 40px);
    padding: 20px;
    margin-left: 0; }
    .wrapper .before-main .container-socials .container-info-social .box-face {
      width: calc(100% - 110px); }

  .box-map {
    width: 100%; }
    .box-map .container-map {
      display: block; }
      .box-map .container-map .location {
        width: calc(50% - 20px);
        display: inline-block; }
      .box-map .container-map .box-info {
        width: calc(50% - 20px);
        display: inline-block; }
    .box-map .inner-box-map {
      width: 100%;
      margin-left: 0; } }

/* Default 680 */
@media (max-width: 850px) {
  .banner {
    margin-top: 40px; }

  .wrapper .notices .boxes {
    width: calc(100% - 40px); }
  .wrapper .notices .box-notice {
    width: calc(50% - 30px);
    display: inline-block; }
  .wrapper .container-seminar-events .events {
    width: 100%; }
  .wrapper .container-seminar-events .seminar {
    width: 100%;
    margin-left: 0;
    margin-top: 40px; }
  .wrapper .logos-events {
    display: block; }
  .wrapper .before-main {
    width: calc(100% - 40px); }
    .wrapper .before-main h1 {
      text-align: center; }
    .wrapper .before-main .container-socials .logos-socials {
      display: flex;
      justify-content: space-around; }
      .wrapper .before-main .container-socials .logos-socials .logo-social-banner {
        margin-right: 0; }
    .wrapper .before-main .container-socials .container-info-social {
      width: calc(100% - 20px);
      margin-left: 0; }
      .wrapper .before-main .container-socials .container-info-social .arrow-box {
        display: none; }
      .wrapper .before-main .container-socials .container-info-social .box-face {
        width: 100%; }
        .wrapper .before-main .container-socials .container-info-social .box-face .box-behind {
          height: 100%; }

  .box-map .container-map .location {
    width: calc(100% - 20px);
    display: block;
    margin-bottom: 40px; }
  .box-map .container-map .box-info {
    width: calc(100% - 20px);
    display: block; }
  .box-map .container-map .box-info-2 {
    margin-bottom: 40px; } }

@media (max-width: 500px) {
  .wrapper .notices .box-notice {
    width: 100%;
    display: block; }
  .wrapper .logos-events .logos {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px; } }
blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px; }

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none; }

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline; }

.page-body {
  width: calc(100% - 300px);
  margin-left: 300px;
  min-height: 900px;
  background-color: #ffffff;
  padding: 60px;
  padding-bottom: 40px;
  margin-top: 0 !important;
  box-sizing: border-box;
  display: block !important; }
  .page-body h1 {
    margin-bottom: 20px; }

.pagination {
  text-align: center;
  margin-top: 10px; }

@media (max-width: 1200px) {
  .page-body .inner-page img {
    width: 100%; } }

@media (max-width: 900px) {
  .page-body {
    padding: 20px; } 

}

/* Default 800 */
@media (max-width: 850px) {
  .page-body {
    width: calc(100% - 230px) !important;
    margin-left: 230px; } }

/* Default 680 */
@media (max-width: 850px) {
  .page-body {
    width: 100% !important;
    margin-left: 0px; } }
.post-page .title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0; }
  .post-page .title:hover {
    text-decoration: underline; }
.post-page a {
  color: #000000 !important;
  font-weight: normal; }
.post-page.page-noticias {
  width: calc(33% - 20px);
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  margin-right: 20px; }
  .post-page.page-noticias .img-notices {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    margin-bottom: 10px; }
    .post-page.page-noticias .img-notices img {
      width: 100%;
      height: auto;
      overflow: hidden; }
.post-page.page-eventos {
  width: calc(50% - 20px);
  margin-right: 18px;
  display: inline-block;
  vertical-align: top; }
  .post-page.page-eventos img {
    width: 100% !important;
    height: auto; }
  .post-page.page-eventos .excerpt-page-eventos p:nth-child(1) {
    margin-bottom: 0px !important; }
  .post-page.page-eventos .excerpt-page-eventos p:nth-child(2) {
    margin-bottom: 40px; }
.post-page.page-seminarios {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px; }
  .post-page.page-seminarios a p {
    margin-top: -10px !important; }

@media (max-width: 1200px) {
  .post-page.page-noticias {
    width: calc(50% - 15px);
    margin-right: 10px; } }

/* Default 680 */
@media (max-width: 850px) {
  .post-page.page-noticias, .post-page.page-eventos {
    width: 100%;
    margin-left: 0; } }

@media (max-width: 500px) {
  .post-page {
    width: 100%;
    margin-right: 0; } }
.card-research-1,
.card-research-3,
.card-research-5,
.card-research-7,
.card-research-9,
.card-research-11,
.card-research-13,
.card-research-15,
.card-research-17 {
  margin-right: 40px; }

table.wp-list-table {
  border: none; }
  table.wp-list-table th, table.wp-list-table td {
    border: none; }

.card-research {
  width: 100%;
  max-width: 528px;
  /* daniel 
  height: 380px;
  */
  height: auto;
  min-height: 250px;
  border: 1px solid #000000;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top; }
  .card-research .photo {
    width: 150px;
    height: 200px;
    margin-right: 20px;
    background-color: #f9f9f9;
    display: inline-block;
    float: left; }
    .card-research .photo img {
      width: auto;
      height: 100%; }
  .card-research .box-info {
    vertical-align: top;
    /*width: calc(100% - 175px);*/
    height: auto; }
    .card-research .box-info a p {
      display: none; }
  .card-research .name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .card-research .phone {
    margin-top: 10px; }
  .card-research a {
    color: #0c456f !important; }
    .card-research a :hover {
      text-decoration: underline; }
  .card-research .secundary {
    margin-top: 20px; }

@media (max-width: 1435px) {
  .card-research-1,
  .card-research-3,
  .card-research-5,
  .card-research-7,
  .card-research-9,
  .card-research-11,
  .card-research-13,
  .card-research-15,
  .card-research-17
  {
    margin-left: 0px; 
  } 

/* Ajusta o elemento de troca de linguagem na versão tablet */

   .header .content-header .option-language {
      height: 50px;
      right: 10px;
      position: fixed;
    } 

/* Ajusta o ícone das redes sociais na versão tablet */

/*
.header-logos .inner-header-logos .social {
    margin-top: 20px;
    width: 50px;
}

.header-logos .inner-header-logos .social .logo-social-header {
    width: 40%;
}
*/

  }
@media (max-width: 1200px) {
  .card-research .box-info {
    display: block;
    width: 100%; } }
@media (max-width: 780px) {
  .card-research {
    margin-right: 0; } }
@media (max-width: 765px) {
  .card-research .box-info {
    display: inline-block;
    /*width: calc(100% - 175px);*/ } }
@media (max-width: 600px) {
  .card-research {
    margin-left: 0;
    margin-right: 0px; } }
.card-book {
  width: 500px;
  padding: 20px;
  height: 200px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: top;
  border: 1px solid #000; }
  .card-book .photo {
    width: 100px;
    height: 100%;
    display: inline-block; }
    .card-book .photo img {
      width: 100%;
      height: auto; }
  .card-book .box-info {
    width: calc(100% - 130px);
    margin-left: 20px;
    display: inline-block;
    vertical-align: top; }
    .card-book .box-info .title {
      margin-bottom: 10px; }
    .card-book .box-info .link {
      font-size: 1.3rem;
      font-weight: 300;
      font-style: italic;
      text-decoration: none;
      position: absolute;
      right: 20px;
      bottom: 20px; }
      .card-book .box-info .link:hover {
        text-decoration: underline; }

.card-book-1,
.card-book-3,
.card-book-5,
.card-book-7,
.card-book-9,
.card-book-11,
.card-book-13,
.card-book-15,
.card-book-17 {
  margin-right: 40px; }

@media (max-width: 780px) {
  .card-book {
    margin-left: calc(50% - 250px);
    margin-right: 0; } }

@media (max-width: 600px) {
  table {
    width: 100%; }

  .card-book {
    margin-left: 0px;
    width: 100%;
    padding: 10px; }
    .card-book .box-info {
      margin-left: 10px; } }
.menu-page {
  background-color: #072a46;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2; }
  .menu-page a {
    color: #ffffff !important; }
    .menu-page a:hover {
      color: #dedd20; }

.box-menu {
  width: 40%;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }
  .box-menu .title {
    background-color: #0c456f;
    color: #ffffff;
    padding: 20px 10px;
    font-weight: bold; }
  .box-menu .cell {
    background-color: #e7e7e7;
    color: #13598d;
    padding: 20px 10px;
    text-align: center;
    border-bottom: 1px solid #000000;
    cursor: pointer;
    font-weight: bold; }
    .box-menu .cell:hover {
      background-color: #d8d8d8; }

/* Default 800 */
@media (max-width: 850px) {
  .box-menu {
    width: 100%;
    margin-bottom: 20px; 
  }
}

@media (max-width: 500px) {
  .menu-page {
    width: calc(100% - 40px); } }

.search {
  position: absolute;
  right: 80px;
}

  .search-form {
    position: relative; }
    .search-form label {
      position: relative; }
      .search-form label::after {
        content: '';
        position: absolute;
        right: 5px;
        top: -4px;
        background-image: url("../img/search-icon.png");
        width: 30px;
        height: 30px;
        background-size: 100% 100%; }
    .search-form .container-filters {
      margin-top: 10px; }
      .search-form .container-filters .filter {
        padding-left: 10px;
        padding-right: 10px; }
  .search-field {
    padding: 7px;
    border-radius: 5px;
    border: none;
    width: 100%; }
    .search-field.border-field {
      border: 1px solid #ccc;
      width: 50%;
      padding: 10px; }
  .search-submit {
    position: absolute;
    top: 10px;
    right: 0;
    width: 40px;
    height: 32px;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    background-color: transparent; }

.search.search-results {
  position: relative !important;
  right: 0px !important; }
  .search.search-results .search-submit {
    top: 0;
    right: 50%;
    height: 40px; }

@media (max-width: 880px) {
  .search-form .container-filters .filter {
    display: block;
    margin-top: 10px;
    padding-left: 0; }
    .search-form .container-filters .filter input {
      display: inline; }
  .search-field.border-field {
    width: 100%; }

  .search.search-results .search-submit {
    right: 0; } }
.page-search {
  padding-right: 280px; }
  .page-search .subtitle {
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px; }
  .page-search .total {
    margin-bottom: 20px;
    font-style: italic; }
  .page-search .result {
    margin-bottom: 30px; }
    .page-search .result h2 {
      display: inline-block; }

@media (max-width: 1200px) {
  .page-search {
    padding-right: 20px; } }
#menu-submenu-papmem,
#menu-submenu-prolimpico,
#menu-submenu-boc,
#menu-submenu-premiodejornalismo,
#menu-submenu-publicacoes,
#menu-submenu-biblioteca,
#menu-submenu-ensino,
#menu-submenu-eventos,
#menu-submenu-pesquisa,
#menu-submenu-privacidade,
#menu-submenu-institucional {
  width: 100%;
  padding: 10px;
  background-color: #e5e5e5;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 20px; }
  #menu-submenu-papmem .menu-item,
  #menu-submenu-prolimpico .menu-item,
  #menu-submenu-boc .menu-item,
  #menu-submenu-premiodejornalismo .menu-item,
  #menu-submenu-publicacoes .menu-item,
  #menu-submenu-biblioteca .menu-item,
  #menu-submenu-ensino .menu-item,
  #menu-submenu-eventos .menu-item,
  #menu-submenu-pesquisa .menu-item,
  #menu-submenu-privacidade .menu-item,
  #menu-submenu-institucional .menu-item {
    list-style: none;
    display: inline-block; }
    #menu-submenu-papmem .menu-item a,
    #menu-submenu-prolimpico .menu-item a,
    #menu-submenu-boc .menu-item a,
    #menu-submenu-premiodejornalismo .menu-item a,
    #menu-submenu-publicacoes .menu-item a,
    #menu-submenu-biblioteca .menu-item a,
    #menu-submenu-ensino .menu-item a,
    #menu-submenu-eventos .menu-item a,
    #menu-submenu-pesquisa .menu-item a,
    #menu-submenu-privacidade .menu-item a,
    #menu-submenu-institucional .menu-item a {
      color: #000000;
      text-decoration: none;
      font-weight: 300;
      font-size: 21px;
      margin-left: 10px;
      margin-right: 10px; }
      #menu-submenu-papmem .menu-item a:hover,
      #menu-submenu-prolimpico .menu-item a:hover,
      #menu-submenu-boc .menu-item a:hover, 
      #menu-submenu-premiodejornalismo .menu-item a:hover, 
      #menu-submenu-publicacoes .menu-item a:hover,
      #menu-submenu-biblioteca .menu-item a:hover,
      #menu-submenu-ensino .menu-item a:hover,
      #menu-submenu-eventos .menu-item a:hover,
      #menu-submenu-pesquisa .menu-item a:hover,
      #menu-submenu-privacidade .menu-item a:hover,
      #menu-submenu-institucional .menu-item a:hover {
        text-decoration: underline; }
    #menu-submenu-papmem .menu-item .separator,
    #menu-submenu-prolimpico .menu-item .separator,
    #menu-submenu-boc .menu-item .separator,
    #menu-submenu-premiodejornalismo .menu-item .separator,
    #menu-submenu-publicacoes .menu-item .separator,
    #menu-submenu-biblioteca .menu-item .separator,
    #menu-submenu-ensino .menu-item .separator,
    #menu-submenu-eventos .menu-item .separator,
    #menu-submenu-pesquisa .menu-item .separator,
    #menu-submenu-privacidade .menu-item .separator,
    #menu-submenu-institucional .menu-item .separator {
      color: #000000;
      font-size: 21px; }
  #menu-submenu-papmem .menu-item.current-menu-item a,
  #menu-submenu-prolimpico .menu-item.current-menu-item a,
  #menu-submenu-boc .menu-item.current-menu-item a,
  #menu-submenu-premiodejornalismo .menu-item.current-menu-item a, 
  #menu-submenu-publicacoes .menu-item.current-menu-item a,
  #menu-submenu-biblioteca .menu-item.current-menu-item a,
  #menu-submenu-ensino .menu-item.current-menu-item a,
  #menu-submenu-eventos .menu-item.current-menu-item a,
  #menu-submenu-pesquisa .menu-item.current-menu-item a,
  #menu-submenu-privacidade .menu-item.current-menu-item a,
  #menu-submenu-institucional .menu-item.current-menu-item a {
    font-weight: bold;
    text-decoration: underline; }
  #menu-submenu-papmem .menu-item:last-child .separator,
  #menu-submenu-prolimpico .menu-item:last-child .separator,
  #menu-submenu-boc .menu-item:last-child .separator,
  #menu-submenu-premiodejornalismo .menu-item:last-child .separator,
  #menu-submenu-publicacoes .menu-item:last-child .separator,
  #menu-submenu-biblioteca .menu-item:last-child .separator,
  #menu-submenu-ensino .menu-item:last-child .separator,
  #menu-submenu-eventos .menu-item:last-child .separator,
  #menu-submenu-pesquisa .menu-item:last-child .separator,
  #menu-submenu-privacidade .menu-item:last-child .separator,
  #menu-submenu-institucional .menu-item:last-child .separator {
    display: none; }

.footer {
  background-color: #072a46;
  height: auto;
  border-top: 2px solid #ffffff;
  z-index: 1000000; }
  .footer .box-links {
    width: 1300px;
    margin-left: calc(50% - 650px);
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.7;
    font-size: 13px; }
    .footer .box-links .logo-footer {
      width: 170px;
      display: inline-block;
      margin-right: 20px;
      margin-top: 20px; }
    .footer .box-links .menu-footer {
      /*width: calc(100% - 300px);*/
      display: inline-block;
      vertical-align: top; }
    .footer .box-links .menu {
      height: 120px;
      width: auto;
      margin-left: 180px;
      display: flex;
      flex-flow: column wrap;
      align-content: flex-start; }
      .footer .box-links .menu-item {
        list-style: none;
        width: 150px; }
    .footer .box-links .box {
      display: flex;
      justify-content: space-around;
      width: 100%; }
    .footer .box-links .box-1 {
      margin-left: 40px; }
    .footer .box-links .box-2 {
      margin-right: 40px; }
    .footer .box-links a {
      text-decoration: none;
      color: #ffffff; }
      .footer .box-links a:hover {
        text-decoration: underline; }

.logo-footer-mobile {
  display: none; }

.footer-page .box-links {
  /*width: auto;*/
  width: 1210px;
  margin-left: calc(50% - 465px); }
  .footer-page .box-links .logo-footer {
    margin-left: 20px; }
  .footer-page .box-links .menu-footer {
    width: calc(100% - 450px);
    margin-left: -180px; }

@media (max-width: 1500px) {
  .footer .box-links {
    margin-left: 280px; } }
@media (max-width: 1300px) {
  .footer {
    width: 100%; }
    .footer .box-links {
      width: 100%;
      margin-left: 0; }
      .footer .box-links .menu-footer {
        width: 100%;
        margin-left: 0px; }
      .footer .box-links .menu {
        margin-left: 0; }
      .footer .box-links .logo-footer {
        display: none; }

  .footer.footer-page {
    width: 100%; }
    .footer.footer-page .box-links {
      width: calc(100% - 300px);
      margin-left: 170px;
      padding-left: 0; } }
@media (max-width: 960px) {
  .footer {
    padding-bottom: 40px; }
    .footer .box-links .menu-footer {
      width: 100%; } }

/* Default 800 */      
@media (max-width: 850px) {
  .footer.footer-page .box-links {
    margin-left: 190px; } }

/* Default 680 */
@media (max-width: 850px) {
  .footer {
    width: 100%; }

  .footer.footer-page .box-links {
    margin-left: 0;
    width: 100%; } }
@media (max-width: 500px) {
  .footer .box-links .box {
    flex-direction: column; }
  .footer .box-links .box-1 {
    margin-left: 20px; }
  .footer .box-links .box-2 {
    margin-right: 0; }
  .footer .box-links .menu {
    margin-left: 0px;
    height: 220px;
    overflow: hidden;
    width: calc(100% - 40px); }
    .footer .box-links .menu-item {
      width: 150px; }
  .footer .box-links .menu-footer {
    margin-left: 0; }
  .footer .box-logo {
    width: 100%;
    height: 200px;
    background-color: #13598d; }

  .logo-footer-mobile {
    display: block;
    width: 170px;
    margin-left: calc(50% - 85px); } }
@media (max-width: 600px) {
  .header-menu {
    display: none; } }

/* Default 800 */    
@media (min-width: 850px) {
  .header-mobile-menu {
    display: none; }
  .header .name-logo {
    display: none; }
  .header-menu {
    display: block; } }

/*# sourceMappingURL=style.css.map */


.header-mobile .header-mobile-menu h2 { display: block !important; }

/* renanocm@impa.br */
/* link nas imagens de noticias da pagina home */
.notice-img figure {
    width: 100%;
    height: 200px;
    margin: 0;
    background-size: cover;
}


/* renanocm@impa.br */
/* corrige problema com video do facebook no post de noticias */
/* .page-body article iframe {
    height:400px;
}
*/


/* renanocm@impa.br */
/* esconde link ver mais da barra lateral de noticias */
@media (min-width: 1301px) {
  .wrapper .notices .more-notices .all-notices .vermais {
      display: none; 
  }
}


/*renanocm@impa.br */
/* novo padrao de fonte de texto */
.page-body, .page-body p, .page-body li, .page-body table, .page-body th, .page-body td, .page-body tr, .page-body b {
  font-size: 1.2rem;
}
.notices{
 font-size: 1.1rem;
}
/* Tamanho da font do card books */
.card-book{
font-size: 0.8em;
}


/*renanocm@impa.br*/
/* div com barra de rolagem */
.table-bar {
  overflow-x: auto;
  overflow-y:hidden; 
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-bar {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    }
} 

/*renanocm@impa.br */
/******** NOVO CARD PESSOAS ********/

.tabs-content .card-research {
    text-align: center;
    width: 220px;
    max-width: 220px;
    padding:0px;
    padding-left: 10px;
    border: 1px solid transparent;
    background-color: #ededed;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.card-research {
    width: 220px;
    max-width: 220px;
    min-height: 0px;
    border: 1px solid transparent;
    background-color: #ededed;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: initial;
}
.card-research:hover {
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.card-research .photo {
    width: 200px;
    height: 240px;
    margin-right: 20px;
    background-color: transparent;
    display: inline-block;
    float: none;
}

.card-research .photo img{
    width: 180px;
    height: 240px;
}

.card-research .box-info .card_people_name{
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 700;
}

.tabs-content .card-research .box-info .card_people_name{
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 700;
}

.card-research .box-info .card_people_area_pesquisa{
/* text-transform: uppercase; */
   font-weight: 600;
   font-size: 0.80rem;
   color: #000000;
}

.card-research .box-info .card_people_posicao, .card-research .box-info .card_people_periodo, .card-research .box-info .card_people_instituicao{
    font-size: 0.85rem;
    font-style: italic;
    margin-top: 1px;
    color: #000000;
    font-weight: 400;
}

.card-research .box-info .card_people_instituicao{
    font-style: normal;
    margin-top: 5px;
}

.card-research .box-info .card_people_periodo{
    font-style: normal;
}

.page-body .tabs-content .box-info div{
    margin-left:-10px;
}

.card-research .box-info {
    text-align:center;
    margin-top: 10px;
}

.row{
  display: inline;
}

/* card pessoas mobile*/
@media (max-width: 767px){
.row{
    display: block;
    text-align: center;
}
}

/*footer social */
@media (max-width: 1300px){
.footer .box-links .social-footer{
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -85px;
  margin-top: 20px;
}
}
.footer .box-links .social-footer{
   float:right;
   margin-top:10px;
}
.footer .box-links .logo-footer{
   float:left;
   margin-top: 10px;
}
.footer .box-links .social-footer a img {
    width: 30px;
}

/* footer ministerios */
/* renanocm@impa.br */
.footer-ministerios {
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #e5e5e5!important;
}
.footer-ministerios-row {
    display: flex;
    justify-content: center!important;
    text-align: center!important;
}
@media (max-width: 800px){
.footer-ministerios-desktop {
    display:none;
}
}
@media (min-width: 800px){
.footer-ministerios-mobile {
    display:none;
}
}

/* Selos */

.wrapper .notices .boxes .title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0c456f;
    font-size: 24px;
    max-width: 948px
}

.wrapper .notices .boxes .title span {
    float: right;
}

.wrapper .notices .boxes .title span a {
    font-size: 18px;
    font-weight: normal;
    vertical-align: bottom;
}

.wrapper .home-selos {
    float: right;
    max-width: 315px;
}

.wrapper .home-selos .title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0c456f;
    font-size: 24px;
 }

.wrapper .home-selos .selos a img {
    max-width: 315px;
    margin: 5px;
}

@media (max-width: 1300px){
   .wrapper .home-selos{
      width: 100%;
      max-width: 100%;
      padding: 20px;
      box-sizing: border-box;
    }

   .wrapper .home-selos .title {
      width: 100% ;
   }

   .wrapper .home-selos .selos{
      text-align: center;
   }

}

li#menu-item-5298874 {
    display: none;
}
