

/* Estilos principais extraídos do index.html */
.section-header-up {
    width: 100%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    border-bottom: 1px #E4E4E4 solid;
    background-color: #fff;

}
.header-up {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 112px;
}
.header-up .logo {
  height: 61px;
}
.header-up .nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.header-up .nav-item {
  color: #4A4A4A;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
  cursor: pointer;
}
.header-up .user {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #3C58A5;
  border-radius: 26.5px;
  padding: 0 18px;
  height: 41px;
  color: white;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
}
.hero-up {
  width: 100%;
  background: linear-gradient(90deg, #012460 15%, #1B4489 100%);

}

.hero-up .hero-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px 0 40px;
  min-height: 570px;
  color: white;

}

.hero-up .hero-text {
  max-width: 700px;
}
.hero-up .hero-title {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: 24px;
}
.hero-up .hero-desc {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
}
.hero-up .hero-img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
.parceiros-up {
  width: 100%;
  background: #fff;
  padding: 40px 0 0 0;
  text-align: center;
}
.parceiros-up .parceiros-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.parceiros-up .parceiros-title {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
.parceiros-up .parceiros-desc {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
}
.parceiros-up .parceiros-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}
.parceiros-up .parceiros-logos img {
  height: 67px;
  border-radius: 20px;
  background: #fff;
}

.theme-up {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-up {
  max-width: 100%;
  margin: 0 auto;
  /* padding: 0 24px; */
  width: 100%;
}

.container-section {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.estatisticas-up {
  width: 100%;
  background: linear-gradient(90deg, rgba(27, 68, 137, 0.95) 0%, #022561 50%);
  color: white;
  padding: 60px 0;
  text-align: center;
}

.estatisticas-up .estatisticas-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.disc-up {
  width: 100%;
  background: #fff;
  padding: 60px 0;
  text-align: center;
}

.disc-up .disc-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.disc-up .disc-title {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: 16px;
}
.disc-up .disc-desc {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 40px;
}
.disc-up .disc-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1200px;
}
.disc-up .disc-card-red {
  background: #D02C2C;
  border-radius: 20px;
  border: 7px #EF5757 solid;
  width: 260px;
  padding: 24px 16px;
  color: white;
}
.disc-up .disc-card-yellow {
  background: #F4B511;
  border-radius: 20px;
  border: 7px #FFD566 solid;
  width: 260px;
  padding: 24px 16px;
}
.disc-up .disc-card-green {
  background: #13AB46;
  border-radius: 20px;
  border: 7px #54FF79 solid;
  width: 260px;
  padding: 24px 16px;
}
.disc-up .disc-card-blue {
  background: #224AB8;
  border-radius: 20px;
  border: 7px #4C7CFF solid;
  width: 260px;
  padding: 24px 16px;
}
.disc-up .disc-card-title {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 600;
  margin-bottom: 8px;
}
.disc-up .disc-card-desc {
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 16px;
}
.disc-up .disc-card-img {
  width: 100px;
  height: 74px;
  margin-bottom: 8px;
}


.recrutamento-up {
  width: 100%;
  background: #fff;
  padding: 60px 0;
  text-align: center;
  position:relative;
  color:#fff;
  padding:60px 0;
  text-align:left;
  overflow:hidden;
  height: 541px;
}

.recrutamento-up .recrutamento-gradient {
  position:absolute;
  right:0;top:0;left:0;bottom:0;
  z-index:1;
  pointer-events:none;
  background: linear-gradient(90deg, #012460 50%, rgba(27,68,137,0.7) 100%);
}
.recrutamento-up .recrutamento-img {
  position:absolute;
  right:0;top:0;
  height:100%;
  width:auto;
  z-index:0;
  object-fit:cover;
}
.recrutamento-up .design-sem-nome-2 {
  position: absolute;
  width: 1086px;
  height: 541px;
  top: 0;
  left: 814px;
}
.recrutamento-up .recrutamento-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position:relative;
  z-index:2;
}
.recrutamento-up .recrutamento-content {
  max-width: 700px;
  align-items: left;
}
.recrutamento-up .recrutamento-title {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: 24px;
}
.recrutamento-up .recrutamento-desc {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 32px;
}
.recrutamento-up .recrutamento-btn {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
}
.estatisticas-up {
  width:100%;background:linear-gradient(90deg,rgba(27,68,137,0.95)0%,#022561 50%);color:white;padding:60px 0;text-align:center;
}

.estatisticas-up .estatisticas-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;

}

.estatisticas-up .estatisticas-title {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: 8px;
}
.estatisticas-up .estatisticas-desc {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 40px;
}

.estatisticas-up .estatisticas-cards {
  display: flex;
  justify-content: center;
  gap: 80px;
  max-width: 900px;
  margin: 0 auto;
}

.estatisticas-up .estatisticas-card-title {
  font-size: 48px;
  font-family: Roboto;
  font-weight: 700;
}

.estatisticas-up .estatisticas-card-desc {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
}

.capacitacao-up {
  width:100%;
  position:relative;
  color:#fff;
  padding:60px 0;
  text-align:left;
  overflow:hidden;
  height: 541px;
}

.capacitacao-up .capacitacao-img {
  position:absolute;left:0;top:0;height:100%;width:auto;z-index:0;object-fit:cover;
}

.capacitacao-up .capacitacao-gradient {
  position:absolute;
        left:0;top:0;right:0;bottom:0;
        z-index:1;
        pointer-events:none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 50%);
}
.capacitacao-up .capacitacao-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position:relative;
  z-index:2;
  display: flex;
  justify-content: flex-end;
}
.capacitacao-up .capacitacao-content {
  max-width: 700px;
  align-items: right;

}
.capacitacao-up .capacitacao-title {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: 24px;
  color: #00538a;
}
.capacitacao-up .capacitacao-desc {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 32px;
  color: #00538a;
}
.capacitacao-up .capacitacao-btn {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  color: #00538a;
}
.banco-dados-up {
  width:100%;
  position:relative;
  color:#fff;
  padding:60px 0;
  text-align:left;
  overflow:hidden;
  height: 541px;
}
.banco-dados-up .banco-dados-img {
  position:absolute;
  right:0;top:0;
  height:100%;
  width:auto;
  z-index:0;
  object-fit:cover;
}
.banco-dados-up .banco-dados-gradient {
  position:absolute;
  right:0;top:0;left:0;bottom:0;
  z-index:1;
  pointer-events:none;
  background: linear-gradient(90deg, #012460 50%, rgba(27,68,137,0.7) 100%);
}
.banco-dados-up .banco-dados-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.banco-dados-up .banco-dados-content {
  max-width: 700px;
}
.banco-dados-up .banco-dados-title {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}
.banco-dados-up .banco-dados-desc {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 32px;
  color: #fff;
}
.banco-dados-up .banco-dados-btn {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
}

.dicas-up {
  width:100%;
  background: #fff;
  padding: 60px 0;
  text-align: center;
}
.dicas-up .dicas-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.dicas-up .dicas-title {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000;
}
.dicas-up .dicas-desc {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 40px;
  color: #000;
}
.dicas-up .dicas-cards {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:32px;
  max-width:1200px;
  margin:0 auto;
}
.dicas-up .dicas-card {
  background:#fff;
  border-radius:20px;
  border:2px #E1E1E1 solid;
  width:320px;
}
.dicas-up .dicas-card-img {
  width:100%;height:180px;object-fit:cover;border-radius:20px 20px 0 0;
}
.dicas-up .dicas-card-date {
  font-size: 11px;
  font-family: Roboto;
  font-weight: 400;
}
.dicas-up .dicas-card-title {
  color:#000;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 500;
  margin: 8px 0 0 0;
}
.dicas-up .dicas-card-btn {
  display:inline-block;margin:16px 0 0 0;padding:10px 32px;background:linear-gradient(131deg,#4560A9 0%,#012460 100%);border-radius:20px;color:white;font-size:11px;font-family:Roboto;font-weight:600;text-decoration:none;
}
.depoimentos-up {
  width:100%;background:linear-gradient(90deg,rgba(27,68,137,0.95)0%,#012460 50%);color:white;padding:60px 0;text-align:center;
}
.depoimentos-up .depoimentos-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.depoimentos-up .depoimentos-title {
  font-size:32px;font-family:Roboto;font-weight:700;margin-bottom:16px;
}
.depoimentos-up .depoimentos-desc {
  font-size:18px;font-family:Roboto;font-weight:400;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;
}
.depoimentos-up .depoimentos-cards {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:32px;
  max-width:1200px;
  margin:0 auto;
}
.depoimentos-up .depoimentos-card {
  background:#FAFAFA;
  border-radius:20px;
  width:340px;
  padding:32px 24px 24px 24px;
}
.depoimentos-up .depoimentos-card-header {
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:16px;
}
.depoimentos-up .depoimentos-card-header-img {
  width:64px;
  height:64px;
  border-radius:20px;
}
.depoimentos-up .depoimentos-card-header-name {
  font-size:18px;font-family:Roboto;font-weight:600;color:#000;
}
.depoimentos-up .depoimentos-card-header-job {
  font-size:15px;font-family:Roboto;font-weight:300;color:#000;
}
.depoimentos-up .depoimentos-card-header-company {
  font-size:15px;font-family:Roboto;font-weight:200;color:#000;
}
.depoimentos-up .depoimentos-card-text {
  font-size:15px;font-family:Roboto;font-weight:400;color:#000;
}
.depoimentos-up .depoimentos-card-btn {
  display:inline-block;margin-top:16px;padding:10px 32px;background:linear-gradient(131deg,#4560A9 0%,#012460 100%);border-radius:20px;color:white;font-size:11px;font-family:Roboto;font-weight:600;text-decoration:none;
}
.contato-up {
  width:100%;
  background: #F9F9F9;
  padding: 60px 0;
  text-align: center;
}
.contato-up .contato-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contato-up .contato-title {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
}
.contato-up .contato-desc {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 40px;
}
.contato-up .contato-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  align-content: center;
}
.contato-up .contato-title {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
}
.contato-up .contato-desc {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 40px;
}
.contato-up .contato-form {
  max-width: 480px;
  background: linear-gradient(196deg, #3562DE 0%, #012460 100%);
  border-radius: 20px;
  padding: 32px 24px;
  color: white;
}
.contato-up .contato-form-title {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
}
.contato-up .contato-form-desc {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  margin-bottom: 24px;
}
.contato-up .contato-form-input {
  width: 91%;     height: 48px;
    margin-bottom: 16px;
    padding: 0 16px;
    border-radius: 25px;
    border: none;
    font-size: 16px;
}
.contato-up .contato-form-input::placeholder {
  color: #000;
}
.contato-up .contato-form-btn {
  width: 100%;
  height: 43px;
  background: white;
  color: #1B4489;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  border-radius: 25px;
  border: none;
  margin-bottom: 12px;
}
.contato-up .contato-form-btn:hover {
  background: #000;
}
.contato-up .contato-form-btn:active {
  background: #000;
}
.contato-up .contato-form-btn:focus {
  background: #000;
}
.contato-up .contato-form-desc {
  font-size: 10px;
  font-family: Roboto;
  font-weight: 400;
  margin-top: 8px;
}