@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
/* fonte */
/* cores */
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 959px) {
  .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
    visibility: hidden;
    opacity: 0;
    transition: background 0.4s ease-in-out 0s;
    -webkit-transition: background 0.4s ease-in-out 0s;
    -moz-transition: background 0.4s ease-in-out 0s;
    -o-transition: background 0.4s ease-in-out 0s;
  }
  .nav-expanded .mask {
    visibility: visible;
    opacity: 1;
  }
  body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
  }
  nav.mobile {
    background: #262f40;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
  }
  .nav-expanded nav.mobile {
    right: 0;
  }
  .navbar {
    background-color: #262f40;
  }
  .navbar .navbar-brand,
  .nav-expander {
    color: #FFFFFF !important;
  }
  .logo_mobile {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    border-bottom: 5px solid #dddddd;
  }
  .logo_mobile img {
    max-height: 150px;
  }
  body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
  }
  .nav-close {
    text-align: right;
  }
  #nav-close {
    font-weight: 300;
    font-size: 24px;
    padding-right: 10px;
    text-align: right;
  }
  .cd-accordion-menu {
    width: 100%;
    max-width: 600px;
    background: #262f40;
    margin: 0 auto;
    list-style: none;
    padding-left: 0px;
  }
  .cd-accordion-menu ul {
    display: none;
    list-style: none;
  }
  .cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .cd-accordion-menu input[type=checkbox] {
    /* hide native checkbox */
    position: absolute;
    opacity: 0;
  }
  .cd-accordion-menu label,
  .cd-accordion-menu a {
    position: relative;
    display: block;
    padding: 12px 12px 12px 44px;
    background: #262f40;
    box-shadow: inset 0 -1px #1d2432;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 0px;
  }
  .no-touch .cd-accordion-menu label:hover,
  .no-touch .cd-accordion-menu a:hover {
    background: #52565d;
  }
  .cd-accordion-menu label::before,
  .cd-accordion-menu label::after,
  .cd-accordion-menu a::after {
    /* icons */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-accordion-menu label {
    cursor: pointer;
  }
  .cd-accordion-menu label::before,
  .cd-accordion-menu label::after {
    background-image: url(../img/cd-icons.svg);
    background-repeat: no-repeat;
  }
  .cd-accordion-menu label::before {
    /* arrow icon */
    left: 18px;
    background-position: 0 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .cd-accordion-menu label::after {
    /* folder icons */
    display: none;
  }
  .cd-accordion-menu a::after {
    background: url(../img/cd-icons.svg) no-repeat 0 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    left: 18px;
  }
  .cd-accordion-menu li.nav-close a::after {
    display: none;
  }
  .cd-accordion-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-accordion-menu input[type=checkbox]:checked + label + ul,
  .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
  }
  .cd-accordion-menu ul {
    padding-left: 0px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    background: #1d2432;
    box-shadow: inset 0 -1px #007cc1;
    padding-left: 50px;
    font-size: 12px;
  }
  .no-touch .cd-accordion-menu ul label:hover,
  .no-touch .cd-accordion-menu ul a:hover {
    background: #007cc1;
  }
  .cd-accordion-menu > li:last-of-type > label,
  .cd-accordion-menu > li:last-of-type > a,
  .cd-accordion-menu > li > ul > li:last-of-type label,
  .cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
  }
  .top_social {
    float: right;
    margin-top: 5px;
  }
  .top_social li {
    display: inline-block;
    margin-left: 7px;
  }
  .top_social li:first-of-type {
    margin-left: 0;
  }
  .top_social li a {
    color: #ffffff;
    font-size: 16px;
    width: 24px;
    height: 24px;
    background: #1d2432;
    border-radius: 50%;
    text-align: center;
    display: block;
    line-height: 24px;
  }
  .info-programa {
    padding: 15px 0;
  }
  body.page-interno footer {
    position: static;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 80px;
  }
  #interno.noticias .exibe_noticia .img-noticia {
    float: none;
    display: block;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .timeline {
    list-style: none;
    padding-left: 0;
  }
  .timeline li {
    border-top: 1px dotted #92ADBE;
    padding: 10px 0;
  }
  .timeline li .hora {
    color: #1A262F;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #92ADBE;
    padding-right: 10px;
    margin-right: 7px;
    line-height: 22px;
  }
  .timeline li .nome a {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #1A262F;
    text-transform: uppercase;
  }
}
@media (max-width: 991px) {
  .top_section {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header nav .nav-link {
    font-size: 14px;
  }
}
