/*====RECRUITMENT====*/

.page-recruitment {
  background-color: #F8FAFC;
  padding: 0 0 100px 0;

  // banner //
  .parts-banner-section {
    position: relative;
    height: 40vh;
    overflow: hidden;

    .banner-svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .banner-parts {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      clip: rect(0, auto, auto, 0);
    }

    .banner-content {
      position: fixed;
      top: 18%;
      left: 0;
      width: 100%;
    }

    .banner-text {
      width: 45%;
      padding-left: 20px;

      p.banner-info-title {
        font-family: "Roboto";
        color: #F8FAFC;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 15px;
      }
      .banner-title {
        font-family: "Roboto";
        color: #F8FAFC;
        font-size: 45px;
        font-weight: 800;
        letter-spacing: 2px;
        margin-bottom: 15px;
      }
    }
  }


  // section-1 //
  .recruitment-section-1 {
    padding: 100px 0 75px 0;

    p.parts-title-2 {
      margin-top: 50px;
      text-align: left!important;
    }

    .section-title {
      font-family: "Roboto";
      color: #21272A;
      font-size:24px;
      font-weight: 500;
      margin-bottom: 35px;
      text-align: center;
    }
    p.section-text {
      font-family: "Roboto";
      color: #1E293B;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 35px;
      text-align: justify;
      padding: 0 35px;
    }

    .brand-logo-parts {
      width: 100%;
    }

    .section-btn {
      float: right;
      margin-top: 50px;
    }

    .go-simple-button {
      display: flex;
      align-items: center;
      height: 40px;
      width: 200px;
      border: 2px solid #2563EB;
      color: #2563EB;
      text-align: center;
      font-family: "Roboto";
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 3.25rem;
      letter-spacing: .004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color .6s, color .6s;
      padding: 0 20px;
      justify-content: center;

      .right-arrow {
        margin-left: 15px;
      }
    }

    .cancel-simple-button {
      //display: flex;
      align-items: center;
      height: 40px;
      //width: 200px;
      border: 2px solid #2563EB;
      color: #2563EB;
      text-align: center;
      font-family: "Roboto";
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 3.25rem;
      letter-spacing: .004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color .6s, color .6s;
      padding: 0 20px;
      justify-content: center;

      .right-arrow {
        margin-left: 15px;
      }
    }

  }

  // section-2 //
  .section-accordion {
    margin: 15px 0 25px;

    .accordion-header {
      border-top: 1px solid #E2E8F0;
      padding: 10px 5px 10px 15px;
      cursor: pointer;
    }
    .accordion-item:hover {
      cursor: pointer; /* Exibe o cursor de mão para o item do acordeão */
      pointer-events: auto;
    }
    .accordion-content {
      padding: 0 15px;
      transition: 0.8s ease;
    }

    .accordion-box {
      padding: 15px 35px;
    }

    .section-btn-recruit {
      float: right;
    }

    .accordion-row-header {
      padding: 15px 0 20px 0;
    }

    .accordion-title {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 5px;
      margin-top: 5px;
      text-align: left;
    }

    .accordion-subtitle {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 15px;
      text-align: left;
    }
    .accordion-text {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 15px;
      text-align: left;
    }

    .open {
      background-color: #E2E8F0;
      transition: 0.4s;

      .png-chev-down {
        transform: rotate(180deg);
        transition: 0.3s;
      }

    }

    .accordion-content {

    }




  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

}

