@media only screen and (max-width: 600px) {
    .iconeEmpresaSingleVaga {
        display: none!important
    }
    .btnWhatsappCTA{
      width: 100%!important;
    }
}
@media only screen and (max-width: 500px) {
  .divListDicasSingleVaga img{
    height: 150px!important;
    width: 100%!important;
    object-fit: cover;
  }
}
.divListDicasSingleVaga img{
  height: 57px;
  width: 70px;
}
.has-post-thumbnail img{
  height: 235px;
  object-fit: cover;
  width: 100%;
}
.separator{
  font-size: 13px;
  font-weight: 300;
}
hr {
    border: none!important; /* Remove a borda padrão */
    height: 1px!important; /* Ajuste a espessura da linha */
    background: linear-gradient(to right, white, #cccccc80, white);
    margin: 20px 0!important; /* Espaçamento opcional */
}

.singleVagaDesc ul{
  color: #111!important;
}
.singleVagaDesc ul li{
  padding-left: 15px;
}
.singleVagaDesc p{
  margin-top: 10px;
  margin-bottom: 5px;
  color: #111!important;
}

.bgButton{
  background: #358a39 !important;
  border-color: #358a39 !important;
}

section h1{
  font-size: 25px;
  font-weight: 800
}
section h2{
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
section h3{
  font-size: 17px;
  font-weight: 700;
  margin-top: 8px;
}

section p{
  margin-bottom: 8px;
}












.pageSingle {
    color: #333; /* Texto escuro para melhor legibilidade */
    line-height: 1.8; /* EspaÃ§amento entre linhas para melhor leitura */
    font-size: 15px;
}

/* CabeÃ§alhos */
.pageSingle h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
}

.pageSingle h2 {
  font-size: 26px!important;
  margin-top: 0px!important;
}

.pageSingle h3 {
  font-size: 22px;
  margin-top: 20px;
  color: #444;
}

/* ParÃ¡grafos */
.pageSingle p {
  margin-bottom: 20px;
  text-align: justify;
}

/* Links */
.pageSingle a {
    color: #181515;
    text-decoration: none!important;
    font-weight: bold;
}

.pageSingle a:hover {
    text-decoration: underline;
}

/* Listas */
.pageSingle ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 9px;
}

.pageSingle ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}

.pageSingle li {
    margin-bottom: 0px;
}

/* Imagens */
.pageSingle img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 15px auto;
}

.pageSingle thead{
  border-bottom: 2px solid!important;
}
.pageSingle tfoot{
  border-bottom: 2px solid!important;
}
/* CitaÃ§Ãµes */
.pageSingle blockquote {
    font-style: italic;
    padding: 10px 20px;
    margin: 20px 0;
    background: #f8f8f8;
}

/* Tabelas */
.pageSingle table {
    width: 100%;
    margin-bottom: 20px;
}

.pageSingle th,
.pageSingle td {
    padding: 10px;
    text-align: left;
}

.pageSingle th {
  color: #111;
  font-weight: 700
}

.pageSingle iframe,
.pageSingle video {
    width: 100%;
    max-width: 800px;

    border-radius: 8px;
}

/* CÃ³digo */
.pageSingle pre {
    background: #222;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
}

.pageSingle code {
    font-family: 'Courier New', monospace;
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 4px;
}
