/*=====================BACANTES=====================*/
.contenedor-vacantes {
  margin-top: 15px;
      padding: 20px;
}

.contenedor-vacante1 {
  background-color: #FDFAC4;
  padding: 20px;
  border-radius: 10px;
  gap: 30px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
  max-width: 100%;
  margin-bottom: 10px;
}

.contenedor-vacante {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.vacante {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
}

.flexible {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.vacante1 {
  display: flex;
  gap: 20px;
}

.contenedor-caracteristicas {
  justify-content: flex-end;
  gap: 3vh;
  white-space: nowrap;
  padding-left: 20px;
}

.btn-destacado {
  background-color: #F6D219;
  border-radius: 10px;
  padding: 5px 15px;

  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  color: var(--AZUL-AVAL-1S, #1A356C);
  font-style: normal; 
  font-size: var(--jobsite-font-size-caption1); /* 10px */
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;

  align-items: center;
}

.btn-global {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0px 5px;
  margin: 0px 10px;
  box-shadow: none;
  outline: none;
}

span.Contratacion {
  font-size: 15px;
  color: #009A48;
  font-weight: bold;
}

.vacante h3 {
  font-size: var(--jobsite-font-size-h5); /* 20px */
}

.titulo-vacante {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.pesos {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  position: relative;
  right: 65px;

  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal; 
  font-size: var(--jobsite-font-size-p); /* 12px */
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--AZUL-AVAL-1S, #1A356C);
}

.fuera {
  color: 8D8D8D;
}

.fecha-publicacion {
  display: flex;
  text-align: right;
  min-width: 215px;

  gap: 10px;
  opacity: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;

  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-style: normal; 
  font-size: var(--jobsite-font-size-p); /* 12px */
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--AZUL-AVAL-1S, #1A356C);
}

button.empresa {
  display: flex;
  justify-content: left;
  gap: 25px;
}

img[id^="entity-icon-"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

/*=====================BARRA DE PROGRESO=====================*/
.progress-color-azul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0065BD;
  transition: width .6s ease;
}

.progress-color-amarillo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #FFE07A;
  transition: width .6s ease;
}

/*contratacion (no se le agrega más cambios porque ya viene con boostrap)*/
.progreso {
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  overflow: hidden;
  font-size: var(--jobsite-font-size-p); /* .75rem / 12px */
  background-color: #e9ecef;
  border-radius: .25rem;
  margin: 5px 0px;
}

/*que tan grande sera el contenedor de la barra*/
.contenedor-estado {
  width: 200px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}