/*@import url("old.css");*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,500italic,300,300italic);

/* HTML */
body {
  font-family: "Roboto", Tahoma, Helvetica, Arial, sans-serif;
  color: #666;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: "Roboto", Tahoma, helvetica, Arial, sans-serif;
   font-weight: 500;
}
h1, h2, h3 {
  color: #006499;
}
h1, .h1 {
  font-size: 26px;
  border: none !important;
}
h2, .h2 {
  font-size: 20px;
}
h3, .h3 {
  font-size: 18px;
}
h4, .h4 {
  font-size: 16px;
}
a {
  font-family: "Roboto", Tahoma, helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #97c941;
}
  #content .region-content a {
    text-decoration: underline;
  }
p {
  margin: 0 0 20px;
}

/* Drupal */
#sidebar .block h2 {
  font-size: 16px;
  color: #97c941;
}
.nav-tabs > li > a {
  padding: 10px;
}
.submitted {
  margin-top: -20px;
}

/* Layout */
.container {
  max-width: 921px !important;
}
#main {
  margin-top: 30px;
  margin-bottom: 50px;
}
  #main #content {
    padding-left: 0;
  }

/* Header */
#header-logo .container,
#header-banner .container,
#header-menu .container {
  padding: 0;
}

#header-banner {
  background-color: #c4c4c4;
}
  #header-banner img {
    width: 100%;
    height: auto;
  }

#header-menu {
  background-color: #ededed;
}
  #header-menu .navbar.container {
    margin-top: 0;
    margin-bottom: 0;
  }

/* Navbar */
.navbar {
  border: none;
  min-height: auto;
  overflow: hidden;
}
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: #006499;
    padding: 0;
    margin: 2px 0;
    font-size: 0;
  }
    .navbar-default ul {
      width: 930px;
    }
      .navbar-default li {
        float: none !important;
        display: inline-block !important;
        font-size: 13px;
      }
      .navbar-default li a {
        color: #fff !important;
        text-transform: lowercase;
        border-right: 1px #ededed solid;
        padding: 12px 1.85em;
        font-weight: normal;
      }
        .navbar-default li a:hover {
          background-color: #0073B0 !important;
        }
        .navbar-default li:last-child a {
          border: none;
        }
        .navbar-default li a.active {
          background-color: #92c858 !important;
        }

/* Navtop */
.region-navtopo {
  padding: 18px 0;
  height: 33px;
}
  .region-navtopo .block {
    float: right;
  }
  .region-navtopo ul {
    padding: 0;
    margin: 0;
    font-size: 0;
  }
    .region-navtopo li {
      display: inline-block;
      font-size: 14px;
    }
      .region-navtopo li a {
        font-weight: 500;
        color: #666;
        text-transform: capitalize;
        padding: 0;
      }
      .region-navtopo li a:hover {
        background: transparent;
      }
      .region-navtopo li.first {
        border-right: 1px solid;
        margin-right: 10px;
        padding-right: 10px;
      }
      .region-navtopo li.first a {
        text-indent: -99999px;
        background: url(../img/icon-login.png) no-repeat;
        display: block;
        width: 20px;
        height: 20px;
      }


/* Search Block */
#views-exposed-form-busca-page-1 {
  margin-bottom: 30px;
}
#views-exposed-form-busca-page-1 .form-submit {
  background: transparent url(../img/bt-search.gif) no-repeat right 4px;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  float: right;
  margin-right: 10%;
}
#views-exposed-form-busca-page-1 .form-control {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
  border-color: #EDEDED;
  color: gray;
  border-width: 2px;
  width: 70%;
}
.views-exposed-widget > div {
  display: inline-block;
  vertical-align: bottom;
}
#views-exposed-form-busca-page-1 h4 {
  color: #92c858;
}
.view-busca .views-row {
  margin: 10px 0;
}

/* Sponsors Block */
#sponsors h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.428571429;
  color: #92c858;
  margin-bottom: 20px;
  margin-top: 30px;
}
#sponsors a {
  display: block;
  margin-bottom: 10px;
}

/* News */
.view-noticias .views-row {
  margin-bottom: 20px;
}
.node-type-noticia .sharethis-buttons {
  float: right;
  margin: 0 0 20px 20px;
}
.node-type-noticia .submitted {
  margin-top: 0;
}
.node-type-noticia .field-name-field-imagem {
  margin-bottom: 20px;
}
.node-type-noticia .region-content img {
  max-width: 400px;
  height: auto;
}

/* Schedule */
#event-schedule-wrapper .event-day {
  background: url('../img/border.png') repeat-x 0 0;
  padding-top: 30px;
  margin-top: 30px;
  display: none;
}
  #event-schedule-wrapper .event-day:first-child {
    display: block;
  }

#event-schedule-wrapper .event-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
  #event-schedule-wrapper .event-navigation ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    background-color: #c3c3c3;
    color: #fff;
    padding: 5px 25px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
  }
    #event-schedule-wrapper .event-navigation ul li.active {
      background-color: #92c858;
    }

#event-schedule-wrapper .event-section {
  padding: 0 0 30px 0;
  margin:0 0 30px 0;
  background: url('../img/border.png') repeat-x 0 100%;
}
  #event-schedule-wrapper .event-section h4 {
    font-size: 14px;
    color: #006499;
    margin: 0 0 3px 0;
  }

#event-schedule-wrapper .event-section .event-description {
  margin-bottom: 10px;
  margin-left: 30px;
}

#event-schedule-wrapper .event-section .event-content {
  margin-left: 30px;
  margin-bottom: 20px;
}
  #event-schedule-wrapper .event-section .event-content:last-child {
    margin-bottom: 0;
  }
  #event-schedule-wrapper .event-section .event-content h5 {
    color: #92c858;
    margin: 0 0 3px 0;
  }
  #event-schedule-wrapper .event-section .event-content .speaker .speaker-info {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid;
  }
    #event-schedule-wrapper .event-section .event-content .speaker .speaker-info:last-child {
      border: none;
    }

/* Footer Logos */
footer {
  background-color: #EDEDED;
  border: none;
  padding: 85px 0;
  margin: 0 !important;
}
  footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
  }
    footer ul li {
      display: inline-block;
      list-style: none;
      margin: 0 7px;
    }
      footer ul li:first-child {
        margin-left: 0;
      }
      footer ul li:last-child {
        margin-right: 0;
      }


/* Bloco: Outras edições */
#block-rnp-hotsite-outras-edicoes h2 {
  font-size: 18px;
}
  #block-rnp-hotsite-outras-edicoes ul {
    margin: 0;
    padding: 0;
  }
    #block-rnp-hotsite-outras-edicoes ul li {
      display: inline-block;
      list-style: none;
      padding: 0;
      margin: 0 35px 40px 0;
    }

/* Honeypot */
.url-textfield {
  display: none !important;
}

/* Home */
.front .field-name-body {
  text-align: justify;
}
.front #block-rnp-hotsite-mais-noticias {
  text-align: right;
  margin-top: 20px;
  margin-right: 40px;
}
