.vagas-blocos .wrapper {
  max-width: 860px;
  /*margin: 0 auto;*/
  /*text-align: center;*/
}

.vagas-blocos .wrapper p {
  font-size: 18px;
}

.vagas-blocos .tab-vagas {
  border: 1px solid #EFEFF0;
  border-radius: 16px;
}

.vagas-blocos .tab-vagas ul.nav-tabs {
  border-bottom: 1px solid #EBECF0;
  flex-wrap: nowrap!important;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.vagas-blocos .tab-vagas ul.nav-tabs::-webkit-scrollbar {
  display: none;
}

.vagas-blocos .tab-vagas .nav-tabs .nav-item .nav-link {
  border: none;
  color: #6B778C;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  min-width: 100px;
}

.vagas-blocos .tab-vagas .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #091E42;
  background-color: transparent;
  color: #091E42;
  line-height: 22.5px;
  font-size: 18px;
  font-family: "Source Sans Pro";
  font-weight: 600;
}

.vagas-blocos .tab-vagas th {
  border: none;
  padding: 16px 24px;
  border-bottom: 1px solid #EBECF0;
  color: #181919;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}

.vagas-blocos .tab-vagas th.column-orgao {
  width: 298px;
}
.vagas-blocos .tab-vagas th.column-cargo {
  width: 270px;
}
.vagas-blocos .tab-vagas th.column-especialidade {
  width: 301px;
}
.vagas-blocos .tab-vagas th.column-qt-vagas {
  width: 135px;
}

.vagas-blocos .tab-vagas th.area {
  padding: 19px 24px;
  border-bottom: 1px solid #EBECF0;
  color: #012069;
  font-family: "Margem-regular";
  font-size: 18px;
  line-height: 23px;
}

.vagas-blocos .tab-vagas tbody .lista-curso-linha:not(:last-child) {
  border-bottom: 1px solid #EBECF0;
}

.vagas-blocos .tab-vagas tbody td {
  border: none;
  padding: 16px 24px;
  color: #616365;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .table-mobile-vertical tbody tr td {
    width: 100%;
    float: left;
    padding: 0.25rem;
    text-align: center;
    border: none;
  }
  .table-mobile-vertical tbody tr td:first-child {
    padding-top: 1rem;
  }
  .table-mobile-vertical tbody tr td:last-child {
    padding-bottom: 1rem;
  }

  .vagas-blocos .tab-vagas tbody td {
    border: none;
    padding: 0 24px;
  }
}

.table-sortable tr {
  cursor: pointer;
}
.table-sortable tr th.headerSortDown:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d8";
  color: #ff000a;
  margin-left: 10px;
}
.table-sortable tr th.headerSortUp:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d7";
  color: #ff000a;
  margin-left: 10px;
}

.vagas-blocos .duvidas-cnu {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vagas-blocos .duvidas-cnu p {
  font-size: 32px;
  line-height: 100%;
  color: #181919;
  font-family: "Margem-regular";
  max-width: 800px;
}

.vagas-blocos .duvidas-cnu a {
  font-size: 16px;
  line-height: 100%;
  color: #091E42;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0057FF;
  padding: 19px;
}

@media all and (-ms-high-contrast: none) and (min-width: 600px),
  (-ms-high-contrast: active) and (min-width: 600px) {
  body .table td,
  body .table th {
    width: 100%;
    max-width: 300px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 599px),
  (-ms-high-contrast: active) and (max-width: 599px) {
  body .table td,
  body .table th {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .vagas-blocos .duvidas-cnu p {
    font-size: 28px;
  }
}

@media screen and (min-width: 992px) {
  .vagas-blocos .duvidas-cnu p {
    text-align: center;
  }
}
