#jt-programas{
    background: #007B5F;
    padding: 1.5em 0;
}
#jt-programas .jt-programas-img{
    display: inline-block;
}
#jt-footer{
    background: #23517e;
    padding: 2em 0;
}
#jt-footer-content{
    height: 160px;
}
#jt-footer-content .div-footer{
    height: inherit;
}
#jt-footer-info ul{
    color: #fff !important;
    list-style: none;
    padding: 0;
    padding-left: 1em;
    border-right: 3px solid #fff;
    font-size: 10px;
    margin: .5em 0;
}
#jt-footer-map-site ul{
    color: #fff;
    list-style: none;
}
#jt-footer-map-site h1,
#jt-footer-map-site h4,
#jt-footer-map-site h5,
#jt-footer-map-site h6{
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 0 28px;
    margin: 0;
    line-height: 20px;
}
#jt-footer-map-site ul li{
    position: relative;
}
#jt-footer-map-site li:before{
    content: '';
    position: absolute;
    border-right:1px solid #FFF;
    border-bottom:1px solid #FFF;
    width:5px;
    height:5px;
    top: 50%;
    left: -15px;
    transform: translateY(-50%) rotate(-45deg);
}

#jt-footer-icons, #jt-footer-img-info{
    height: 54px;
}
#jt-footer-icons li a{
    height: 20px;
}
#jt-footer-img-info li a{
    height: 25px;
}
#jt-footer-icons img, #jt-footer-img-info img{
    height: inherit;
}
#jt-footer-icons ul, #jt-footer-img-info ul{
    padding: 0;
    margin: .3em 0;
}

.jt-programas-img{
    width: calc(90% / 5);
}
.jt-programas-img img{
    width: 100%;
}
.jt-programas-img + .jt-programas-img{
    margin-left: calc(16% / 8);
    padding-left: calc(16% / 8);
}
.jt-footer-indicador-icone{
    display: inline-block;
    vertical-align: top;
    margin-top: 2%;;
    margin-right: 5px;
}
.jt-footer-indicador-icone img{
    height: 12px;
    width: 12px
}
.jt-footer-indicador-texto{
    display: inline-block;
}
.jt-footer-indicador-texto span{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 15px;
}
.jt-footer-indicador-texto span a{
    color: #fff;
}
.jt-footer-versao-anterior-portal{
    color: #fff !important;
}
@media (max-width: 992px) {
  #jt-header-search, #jt-header-social-media-links{
    padding: 0;
  }
  #jt-header-input-search{
    height: 30px;
  }
  #jt-header-input-search-btn{
    font-size: 23px;
  }
  #jt-footer-content{
    height: auto;
  }
  #jt-programas {
      padding: 1em 0;
      text-align: center;
  }
  .jt-programas-img{
      width: calc((100% - 30px) / 3);
  }
  .jt-programas-img img{
      width: 100%;
  }
  .jt-programas-img + .jt-programas-img{
      border-left: none;
  }
  .jt-programas-img{
    margin: 1em 0 !important;
    padding: 1em !important;
  }
}

@media (max-width: 768px) {
  #jt-header-search{
    padding: 0 15px;
  }
  #jt-header-img-logo{
    width: 80%;
    margin: 0 auto;
    z-index: 999;
  }
  .text-right{
      text-align: initial;
  }
  .text-sm-center{
      text-align: center;
  }
}

@media (max-width: 480px) {
  .jt-programas-img{
      width: calc((100% - 115px) / 2);
  }
  #jt-footer-logo img{
    width: 50%;
    margin: 0 auto;
  }
  #jt-footer-info{
    text-align: center;
  }
  #jt-footer-info ul{
    font-size: 10px;
    border-top: 1px solid #3c6084;
    padding-top: 1em;
    border-left: none;
  }
}
