/* LISTADO DE OFERTAS */
.header-empleo {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.74) 100%), url(/media/media-bd/imagenes/office-14-1441x380-1687329000.png);
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: flex-end;
  z-index: -1;
}

.seccion-buscador-lat-empleo select {
  border: 1px solid #c7c8c9 !important;
  padding: 10px 13px !important;
  font-size: 13px !important;
  border-radius: 6px !important;
}

.seccion-buscador-lat-empleo button {
  width: fit-content;
  padding: 12px 50px;
  margin-top: 30px;
}

.bloque-resultados-busqueda {
  font-size: 24px;
  letter-spacing: -0.67px;
  color: #47494e;
  padding-bottom: 50px;
}

.bloque-resultados-busqueda span {
  font-weight: 600;
  font-style: italic;
}

.bloque-oferta {
  min-height: 206px;
  background: white;
  margin-bottom: 50px;
}

.bloque-oferta:nth-child(odd) {
  margin-right: 4px;
}

.bloque-oferta:nth-child(even) {
  margin-left: 4px;
}

.bloque-oferta .bloque-oferta-izq {
  display: flex;
  flex-direction: column;
}

.bloque-oferta .bloque-oferta-izq-rojo,
.bloque-oferta .bloque-oferta-izq-negro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.bloque-oferta .bloque-oferta-izq-rojo {
  background-color: #e40f23;
  height: 52%;
  text-transform: uppercase;
}

.bloque-oferta .bloque-oferta-izq-rojo span:nth-child(1) {
  font-size: 30px;
  color: white !important;
}
.bloque-oferta .bloque-oferta-izq-rojo span:nth-child(2) {
  font-size: 15px;
  color: white !important;
}
.bloque-oferta .bloque-oferta-izq-rojo span:nth-child(3) {
  font-size: 12px;
  color: white !important;
}

.bloque-oferta .bloque-oferta-izq-negro {
  background-color: #262632;
  color: white !important;
  font-size: 13px;
  height: 48%;
  text-align: center;
}

.bloque-oferta .bloque-oferta-der {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding: 10px 20px;
}

.bloque-oferta .bloque-oferta-der-ubicacion {
  font-size: 12px;
  color: #47494e;
}

.bloque-oferta .bloque-oferta-der-nombre {
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: -0.5px;
  color: #47494e;
}

.bloque-oferta .bloque-oferta-der-etiquetas {
  line-height: 1rem;
}

.bloque-oferta .bloque-oferta-der-etiquetas span {
  font-size: 9px;
  letter-spacing: 0.9px;
  color: #e40f23 !important;
  text-transform: uppercase;
  padding-right: 5px;
  border-right: 1px solid #ccc;
}

.bloque-oferta .bloque-oferta-der-etiquetas span:last-child {
  border-right: none;
}

.bloque-oferta .bloque-oferta-der-btn {
  border-radius: 28px;
  border: solid 1.5px #e40f23;
  background-color: #e40f23;
  font-size: 14px;
  letter-spacing: -0.23px;
  text-align: center;
  color: white !important;
  padding: 5px 20px;
}

.bloque-no-ofertas .bloque-no-ofertas-text {
  background-color: #e40f23;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 65px 40px;
}

.bloque-no-ofertas .bloque-no-ofertas-text i {
  font-size: 20px;
  color: white !important;
}

.bloque-no-ofertas .bloque-no-ofertas-text p {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: -0.56px;
  color: white !important;
}

.bloque-no-ofertas .bloque-no-ofertas-text a {
  border-radius: 23px;
  background-color: white;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.27px;
  text-align: center;
  color: #e40f23 !important;
  width: fit-content;
  padding: 10px 40px;
}

.sub-bloque-no-ofertas .titulo-6 {
  text-align: center;
  margin-top: 58px;
  margin-bottom: 115px;
}

@media (max-width: 991px) {
  .bloque-no-ofertas .bloque-no-img {
    display: none;
  }
}

@media (max-width: 575px) {
  .seccion-buscador-lat-empleo button {
    margin-top: 10px;
    margin-bottom: 0;
  }  
}



/* DETAELLE DE OFERTA */
.header-oferta-empleo {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.74) 100%), url(/media/media-bd/imagenes/office-17-1441x380-1687351461.png);
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: flex-end;
  z-index: -1;
}

.enlace-volver {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.23px;
  color: #e40f23 !important;
  text-transform: uppercase;
}

.enlace-volver i {
  margin-right: 10px;
}

.detalle-oferta-izq .titulo-3 {
  line-height: 1.25;
  letter-spacing: -2.4px;
  padding-bottom: 37px;
}

.detalle-oferta-izq p {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: -0.23px;
}

.detalle-oferta-der {
  margin-bottom: 125px;
}

.detalle-oferta-der hr {
  border-top: 1px solid #979797;
  opacity: 1;
}

.detalle-oferta-der p.color-rojo {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.detalle-oferta-der p:not(.color-rojo, .titulo-6, .titulo-7) {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.detalle-oferta-der ul {
  list-style: none;
  padding: 0;
}

.detalle-oferta-der .pre-input-file {
  margin-top: 15px;
  margin-bottom: 10px !important;
}

.detalle-oferta-der input[type="file"] {
  display: none;
}

.detalle-oferta-der #archivo_adjunto+label {
  padding: 12px 32px;
  border-radius: 28px;
  background-color: #e40f23;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: white !important;
  margin-bottom: 30px;
}

.detalle-oferta-der .enlace-ofuscado:hover{
  text-decoration: underline;
}