/* Hero Section Styles */
.careers-hero {
    width: 100%;
    max-width: 1920px;
    height: 332px;
    margin: 176px auto 0;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background: transparent linear-gradient(324deg, #002266 0%, #0044a6 100%) 0%
      0% no-repeat padding-box;
    overflow: hidden;
    align-content: center;
  }
  
  .careers-hero-content {
    color: white;
    position: relative;
    z-index: 2;
  }
  
  .careers-hero-content h1 {
    font-size: 70px;
    font-weight: normal;
  }
  
  .hero-subtitle {
    font-weight: 400;
    line-height: 21px;
    margin-top: 30px;
    font-weight: lighter;
    font-size: 17px;
    color: #edf3fd;
    max-width: 501px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Estilos para la sección de trabajo */
  .job-application {
    background: transparent linear-gradient(110deg, #002266 0%, #0044a6 100%) 0% 0% no-repeat padding-box;
    color: white;
    margin: 27px 17px 22px 17px;
    margin-top: 200px;
    border-radius: 22px;
    height: 723px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  
  .job-info {
    max-width: 615px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .job-info h2 {
    font-size: 46px;
    margin-bottom: 25px;
    font-weight: normal;
  }
  
  .job-info p {
    font-size: 18.5px;
    line-height: 1.5;
    font-weight: 100;
    color: #96b1e3;
    margin: 0;
    opacity: 0.9;
  }
  
  .employees-image {
    height: 417px;
  }
  .employees-image img {
    height: 100%;
  }
  
  .job-form {
    width: 615px;
    height: 536px;
  }

  .job-form form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .form-group {
    margin: 20px 0px;
  }
  
  .form-group span {
    text-align: left;
    letter-spacing: 0px;
    opacity: 0.9;
    font-weight: lighter;
    font-size: 20px;
  }
  
  .form-group label {
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 10px;
  }
  
  .form-control {
    width: 100%;
    padding: 12px 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    color: white;
    font-size: 16px;
  }
  
  .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  
  textarea.form-control {
    min-height: 100px;
    resize: vertical;
  }
  
  .attach-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
  
  .btn-attach {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 80px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 40px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.9;
    justify-content: center;
    width: 304px;
    transition: background-color 0.2s;
  }
  
  .btn-attach:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .document-icon {
    width: 31px;
    height: auto;
    margin-left: 13px;
  }
  
  .file-format {
    font-size: 15px;
    margin-left: 10px;
    opacity: 0.7;
    font-weight: lighter;
  }
  
  .form-check {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  
  .form-check-input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
  }
  
  .form-check-label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    line-height: 1.4;
  }
  
  /* Círculo vacío - Estado sin seleccionar */
  .form-check-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: white;
  }
  
  /* Círculo relleno - Estado seleccionado */
  .form-check-input:checked + .form-check-label:before {
    background-color: white;
  }
  
  /* Punto blanco central - Estado seleccionado */
  .form-check-input:checked + .form-check-label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #002266;
  }
  
  .btn-submit {
    background-color: #0c367a;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 10px;
    width: 275px;
    height: 80px;
    /* UI Properties */
    background: #002266 0% 0% no-repeat padding-box;
    border-radius: 40px;
    opacity: 1;
  }
  
  .btn-submit:hover {
    background-color: #184b9e;
  }
  
  /* Estilos responsivos */



  @media (max-width: 768px) {
    .job-container {
      flex-direction: column;
    }
  
    .employees-image {
      margin: 30px auto;
    }
  }
  
  .input-container {
    width: 100%;
    max-width: 800px;
    margin: 37px 0px;
  }
  
  .input-container label {
    display: block;
    color: #e8effc;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: lighter;
  }
  
  .input-container input {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
    font-size: 16px;
    outline: none;
  }
  
  input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  
  .careers-box {
    width: 749px;
    height: 245px;
    background-color: #e8effc;
    border-radius: 22px;
    display: flex;
    align-items: center;
    gap: 67px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  
  .careers-box img {
    width: 242px;
    height: 174px;
  }
  .careers-box span {
    color: #002266;
    font-size: 16px;
    width: 302px;
    font-weight: 400;
    line-height: 24px;
    width: 302px;
  }

/* Responsive Styles */

/* Tablet/Medium screens (768px to 1024px) */
@media (max-width: 1432px) {
  .employees-image {

    left: -71px
  }
  .job-application {
    margin-top: 200px;
    flex-direction: column;
    height: auto;
    padding: 50px 30px;
    gap: 40px;
  }

  .job-info {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .job-info h2 {
    font-size: 40px;
  }

  .job-info p {
    max-width: 80%;
    margin: 20px auto;
  }

  .employees-image {
    display: flex;
    justify-content: center;
    height: auto;
    max-width: 100%;
  }

  .employees-image img {
    max-height: 350px;
    width: auto;
  }

  .job-form {
    max-width: 100%;
    padding: 0 20px;
  }

  .careers-hero-content h1 {
    font-size: 50px;
  }

  .careers-box {
    width: 90%;
    max-width: 700px;
    padding: 20px;
    flex-direction: row;
    height: auto;
  }
}

/* Mobile screens (up to 767px) */
@media (max-width: 767px) {
  .careers-hero {
    height: 250px;
    margin-top: 160px;
  }

  .careers-hero-content h1 {
    font-size: 36px;
    padding: 0 15px;
  }

  .hero-subtitle {
    font-size: 14px;
    padding: 0 20px;
  }

  .job-application {
    margin: 15px 10px;
    margin-top: 200px;
    padding: 40px 20px;
    border-radius: 15px;
  }

  .job-info h2 {
    font-size: 32px;
  }

  .job-info p {
    font-size: 16px;
    max-width: 100%;
  }

  .employees-image {
    height: auto;
    width: 100%;
  }

  .employees-image img {
    max-width: 100%;
    height: auto;
  }

  .input-container {
    margin: 25px 0;
  }

  .attach-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-attach {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }

  .file-format {
    margin-left: 0;
    margin-top: 8px;
  }

  .form-check-label {
    font-size: 11px;
  }

  .btn-submit {
    width: 100%;
    height: 60px;
  }

  .careers-box {
    width: 90%;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    height: auto;
    margin-bottom: 50px;
  }

  .careers-box img {
    width: 180px;
    height: auto;
  }

  .careers-box span {
    width: 100%;
    text-align: center;
  }
}

/* Small mobile screens (up to 480px) */
@media (max-width: 480px) {
  .careers-hero {
    height: 220px;
    margin-top: 150px;
  }

  .careers-hero-content h1 {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 13px;
    margin-top: 15px;
  }

  .job-info h2 {
    font-size: 28px;
  }

  .job-info p {
    font-size: 14px;
  }

  .btn-attach {
    font-size: 14px;
  }

  .input-container label {
    font-size: 12px;
  }
}

