/* LESS Document Trabaja con nosotros */
#trabaja-con-nosotros {
  /* NUEVA SECCIÓN: Detalle de Vacante */
}
#trabaja-con-nosotros .card {
  border-radius: 20px;
  background-color: #b0afb5;
  border: none;
}
#trabaja-con-nosotros .card .card-body {
  text-align: center;
}
#trabaja-con-nosotros .card .card-body .redesSharre i.fa-facebook {
  color: #fff !important;
}
#trabaja-con-nosotros .card .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  padding: 1rem 0;
  height: 6rem;
  position: relative;
  text-align: center;
  display: block;
}
#trabaja-con-nosotros .card .title .content {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  max-height: calc(1.2em * 3);
  white-space: normal;
}
#trabaja-con-nosotros .card .title .content.show-ellipsis::after {
  content: '...';
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: linear-gradient(to left, #b0afb5 20%, transparent 80%);
  color: white;
  font-weight: bold;
  padding-left: 5px;
}
#trabaja-con-nosotros .card .title::after {
  position: absolute;
  content: "";
  width: 84px;
  height: 6px;
  bottom: -6px;
  left: 50%;
  margin-left: -42px;
  background-color: #fdb42f;
}
#trabaja-con-nosotros .card:hover {
  background-color: #3c6091;
}
#trabaja-con-nosotros .card:hover h2 {
  color: #fdb42f;
}
#trabaja-con-nosotros .card:hover .title .content.show-ellipsis::after {
  background: linear-gradient(to left, #3c6091 20%, transparent 80%);
}
#trabaja-con-nosotros .detalle-vacante .titulo-cargo h3 {
  font-weight: bold;
  font-size: 20px;
  background-color: #3C6091;
  text-transform: uppercase;
  padding: 15px 24px;
}
#trabaja-con-nosotros .detalle-vacante .titulo-cargo h3 .cargo {
  color: #FFF;
}
#trabaja-con-nosotros .detalle-vacante .titulo-cargo h3 .separador {
  margin: 0 10px;
  color: #FFF;
}
#trabaja-con-nosotros .detalle-vacante .titulo-cargo h3 .empresa {
  color: #fdb42f;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion {
  padding: 25px;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion .fecha-publicacion {
  font-size: 1.1rem;
  font-weight: bold;
  color: #777;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion .fecha-publicacion i {
  margin-right: 0.5rem;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion h5 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 7px;
  color: #3C6091;
  border-bottom: 2px #b0afb5 solid;
  margin: 30px 0;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion ul {
  list-style: none;
  padding: 0;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion ul li {
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 18px;
  margin-left: 35px;
  position: relative;
  color: #888;
  /*
                    .icons {
                        width: 20px;
                        height: 20px;
                        position: absolute;
                        top: 0;
                        left: -20px;
                        border-radius: 100%;
                        background-color: @azul;
                        
                        i { 
                            font-size: 10px;
                            position: absolute;
                            top: 6px;
                            left: 6px;
                            color: #FFF; 
                        }
                    }*/
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion ul li strong {
  color: #3C6091;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion ul li strong.fecha {
  color: #888;
  text-transform: uppercase;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion ul li .icons,
#trabaja-con-nosotros .detalle-vacante .bloque-informacion ul li .icon-warning {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -28px;
  border-radius: 100%;
  background-color: #3C6091;
  display: flex;
  align-items: center;
  justify-content: center;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion ul li .icons i,
#trabaja-con-nosotros .detalle-vacante .bloque-informacion ul li .icon-warning i {
  font-size: 10px;
  color: #fff;
  position: static;
  margin-top: 2px;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion ul li .icon-warning {
  background-color: transparent !important;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion ul li .icon-warning i.fa-warning.f-16 {
  font-size: 16px !important;
}
#trabaja-con-nosotros .detalle-vacante .bloque-informacion p {
  color: #444;
  margin-bottom: 0.5rem;
}
#trabaja-con-nosotros .detalle-vacante .alerta-fecha {
  background: #fff3cd;
  padding: 1rem;
  border-left: 4px solid #ffc107;
  margin-top: 2rem;
  border-radius: 5px;
}
#trabaja-con-nosotros .detalle-vacante .alerta-fecha strong {
  font-weight: bold;
}
#trabaja-con-nosotros .detalle-vacante .botones-vacante {
  margin: 2rem 0 5rem;
}
#trabaja-con-nosotros .detalle-vacante .botones-vacante .btn {
  padding: 15px 35px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 !important;
}
#trabaja-con-nosotros .detalle-vacante .botones-vacante .btn.btn-submit {
  background-color: #3C6091;
  color: #FFF;
}
#trabaja-con-nosotros .detalle-vacante .botones-vacante .btn.btn-ver-mas {
  background-color: #b0afb5;
  color: #FFF;
}
#trabaja-con-nosotros .detalle-vacante .botones-vacante .btn.verMas::after {
  bottom: 5px;
}
#trabaja-con-nosotros .detalle-vacante .content-logo {
  border-left: 2px #b0afb5 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  /* opcional si quieres centrar también horizontalmente */
  height: auto;
}
#trabaja-con-nosotros .detalle-vacante .content-logo img {
  width: 75%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 428px) {
  #trabaja-con-nosotros .detalle-vacante .content-logo {
    border-left: none;
    padding: 25px 0;
  }
  #trabaja-con-nosotros .detalle-vacante .content-logo img {
    width: 80%;
  }
}
#trabaja-con-nosotros #form-postulacion .form-control {
  padding: 11px 27px;
  font-size: 1.4rem;
  color: var(--bs-secondary-color);
  border-radius: 20px;
}
#trabaja-con-nosotros #form-postulacion .form-control::placeholder {
  color: #89878c;
}
#trabaja-con-nosotros #form-postulacion .form-control.campo-cargo {
  background-color: #eff2f7;
  font-weight: bold;
  color: #89878c;
}
#trabaja-con-nosotros #form-postulacion .form-group textarea,
#trabaja-con-nosotros #form-postulacion .form-control {
  margin-top: 1.5rem;
}
#trabaja-con-nosotros #form-postulacion textarea.form-control {
  height: auto !important;
  max-height: 100px !important;
}
#trabaja-con-nosotros .custom-file-group {
  display: flex;
  border: 1px solid #dee2e6;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 1.5rem;
  font-size: 21px !important;
  padding: 0;
  position: relative;
}
#trabaja-con-nosotros .custom-file-group .custom-file-label {
  background-color: #eff2f7;
  padding: 0.75rem 1rem;
  white-space: nowrap;
  font-weight: bold;
  color: #89878c;
  flex-shrink: 0;
}
#trabaja-con-nosotros .custom-file-group .custom-file-input {
  flex: 1;
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#trabaja-con-nosotros .custom-file-group .custom-file-name {
  padding: 0.75rem 1rem;
  color: #555;
  flex: 1;
  pointer-events: none;
  z-index: 1;
}
#trabaja-con-nosotros p {
  font-size: 1.2rem;
  color: #89878c;
  line-height: 1.2em;
  margin-bottom: 15px;
}
#trabaja-con-nosotros p a {
  font-weight: bold;
  color: #3C6091;
}
#trabaja-con-nosotros .iconRedes2 .fab {
  color: #fff !important;
  margin: 5px 10px;
}
@media screen and (max-width: 768px) {
  #trabaja-con-nosotros .custom-file-group {
    display: flex;
    flex-direction: column;
  }
  #trabaja-con-nosotros .custom-file-name {
    padding: 0 1rem !important;
  }
  #trabaja-con-nosotros .custom-file-label,
  #trabaja-con-nosotros .custom-file-input,
  #trabaja-con-nosotros .custom-file-name {
    width: 100% !important;
    margin-bottom: 10px;
    text-align: left;
  }
  #trabaja-con-nosotros .custom-file-name {
    display: block;
    color: #666;
  }
}
/*** ADMINISTRADOR **/
.boton-azul-1 {
  background-color: #3c6091;
  border-radius: 12px;
}
.boton-azul-1:hover {
  background-color: #2c4b74;
}
.boton-azul-2 {
  background-color: #4a77b1;
  border-radius: 12px;
}
.boton-azul-2:hover {
  background-color: #3a5e8f;
}
.boton-azul-3 {
  background-color: #24527a;
  border-radius: 12px;
}
.boton-azul-3:hover {
  background-color: #1b3c5b;
}
