@media only screen and (min-width: 992px) {
  .tarja-header {
    float: left;
    width: 100%;
    background-color: #00b9f1;
    padding-bottom: 5px;
    padding-top: 8px;
    color: #FFFFFF;
  }
  .btn-exames {
    float: left;
    font-family: acumin-pro-condensed, sans-serif !important;
    /*font-weight: 400 !important;*/
  }
  .header-links {
    margin-top: 5px;
    font-size: 15px;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 400 !important;
    text-align: right;
    position: relative;
  }
  .denuncias {
    font-weight: 500;
  }
  .denuncias i {
    font-size: 16px;
  }
  .portal {
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 215px;
    font-weight: 400;
  }
  .portal i {
    font-size: 16px;
  }
  .vagas,
  .vagas-pcd {
    background-color: #0062ab;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 6px 18px 10px 12px;
    position: absolute;
    bottom: -12px;
    font-weight: 400 !important;
  }
  .vagas {
    right: 114px;
  }
  .vagas i,
  .vagas-pcd i {
    font-size: 16px;
  }
  .vagas-pcd {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .tarja-header {
    display: block !important;
    background-color: #00b9f1;
  }
  /*.btn-exames,*/
  .denuncias,
  .portal {
    display: none;
  }
	.btn-exames {
    font-family: acumin-pro-condensed, sans-serif !important;
    /*font-weight: 400 !important;*/
  }
	
  .header-links {
    margin-top: 5px;
    font-size: 15px;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 400 !important;
    text-align: right;
    position: relative;
	  color: #fff;
  }
	.vagas,
  .vagas-pcd {
    background-color: #0062ab;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 6px 18px 10px 12px;
    position: absolute;
    bottom: -12px;
    font-weight: 400 !important;
  }
  .vagas {
    right: 114px;
  }
  .vagas i,
  .vagas-pcd i {
    font-size: 16px;
  }
  .vagas-pcd {
    right: 0;
  }
  .vagas,
  .vagas-pcd {
    position: static;
    padding: 6px 18px;
    display: inline-block;
    margin: 0;
  }
  .header-links {
    text-align: center;
  }
}

/*Páginas dos Formulários*/
.texto-intro {
  text-align: left;
  line-height: 1.4;
}

.texto-intro a {
  color: #D67400;
  text-decoration: none;
}

.texto-intro a:hover {
  text-decoration: none;
}
.texto-intro-bold {
  font-weight: 700 !important;
}

.box-padding {
  padding: 15px;
  background-color: #dedede;
    float: left;
    border-radius: 15px;
}


