@charset "UTF-8";
body.single-job,
body.single-job main {
  background: #ffffff;
}

body.single-job .ti-site-footer-shell {
  --ti-footer-surface: #ffffff;
}

body.is-job-apply-open {
  overflow: hidden;
}

.ti-job-single {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 4.2rem 0 4.5rem;
  background: #ffffff;
}

.ti-job-single :is(a, button, h1, h2, h3, h4, h5, h6, li, p, span) {
  font-family: "Montserrat", sans-serif;
}

.ti-job-single__inner {
  padding-block: 4rem;
  width: min(100%, 1180px);
}

.ti-job-single__breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-bottom: 2rem;
}

.ti-job-single__breadcrumb-logo {
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.ti-job-single__breadcrumb-link,
.ti-job-single__breadcrumb-current,
.ti-job-single__breadcrumb-separator {
  color: #163056;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.2;
}

.ti-job-single__breadcrumb-link {
  opacity: 0.82;
  transition: opacity 0.2s ease;
}

.ti-job-single__breadcrumb-link:hover {
  opacity: 1;
}

.ti-job-single__breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #163056;
  opacity: 0.5;
}

.ti-job-single__breadcrumb-current {
  font-weight: 800;
}

.ti-job-single__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.95rem;
  margin-bottom: 2.9rem;
}

.ti-job-single__title {
  margin: 0;
  color: #102441;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.ti-job-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
}

.ti-job-single__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0.38rem 0.82rem;
  border-radius: 0.52rem;
  background: #d9fff9;
  color: #4b7e99;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
}

.ti-job-single__area-meta {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.68rem;
}

.ti-job-single__section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  color: #6782a1;
}

.ti-job-single__section-icon svg {
  width: 100%;
  height: 100%;
}

.ti-job-single__area-copy {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  padding-top: 0.05rem;
}

.ti-job-single__area-label,
.ti-job-single__area-value {
  color: #163056;
  font-family: "Montserrat", sans-serif;
}

.ti-job-single__area-label {
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.2;
}

.ti-job-single__area-value {
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0.76;
}

.ti-job-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18.75rem, 21.25rem);
  gap: clamp(1.8rem, 3.4vw, 4rem);
  align-items: start;
}

.ti-job-single__content,
.ti-job-single__aside {
  min-width: 0;
}

.ti-job-single__section {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0 0 2.5rem;
}

.ti-job-single__section:last-child {
  margin-bottom: 0;
}

.ti-job-single__section-header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.ti-job-single__section-title {
  margin: 0;
  color: #193a73;
  font-family: "Montserrat", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.ti-job-single__description-wrap {
  position: relative;
}

.ti-job-single__description-content {
  position: relative;
}

.ti-job-single__description-content.is-collapsed {
  max-height: 11.8rem;
  overflow: hidden;
}

.ti-job-single__description-content.is-collapsed::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 82%);
  pointer-events: none;
}

.ti-job-single__wysiwyg p,
.ti-job-single__wysiwyg li,
.ti-job-single__wysiwyg a,
.ti-job-single__requirements,
.ti-job-single__requirement {
  color: #8696af;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.68;
}

.ti-job-single__wysiwyg p {
  margin: 0 0 1rem;
}

.ti-job-single__wysiwyg p:last-child {
  margin-bottom: 0;
}

.ti-job-single__wysiwyg ul,
.ti-job-single__wysiwyg ol {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
}

.ti-job-single__wysiwyg li,
.ti-job-single__requirement {
  position: relative;
  padding-left: 1rem;
}

.ti-job-single__wysiwyg li::before,
.ti-job-single__requirement::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0.12rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 999px;
  background: #8696af;
}

.ti-job-single__more {
  margin-top: 0.75rem;
  padding: 0;
  color: #7488a5;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.ti-job-single__requirements {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin: 0;
  padding: 0;
}

.ti-job-single__additional-title {
  margin: 0 0 1rem;
  color: #193a73;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.15;
}

.ti-job-single__aside {
  position: sticky;
  top: calc(var(--header-h, 0px) + 2rem);
}

.ti-job-single__card {
  display: flex;
  flex-direction: column;
  gap: 1.55rem;
  width: 100%;
  padding: 1.45rem 1.35rem 1.1rem;
  border-radius: 1rem;
  background: #051f38;
}

.ti-job-single__card-section {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.ti-job-single__card-title {
  margin: 0;
  color: #29e2bb;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
}

.ti-job-single__card-lead {
  margin: 0;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.45;
}

.ti-job-single__card-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.5;
}

.ti-job-single__card-copy p + p {
  margin-top: 0.65rem;
}

.ti-job-single__apply {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #193a73;
  font-size: 1.125rem;
  font-weight: 700;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.ti-job-single__apply::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #D7D7D7 100%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.ti-job-single__apply span {
  color: #193a73;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.ti-job-single__apply svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
.ti-job-single__apply svg path {
  fill: #193a73;
  transition: all 0.3s ease;
}
.ti-job-single__apply:hover, .ti-job-single__apply.active {
  background-color: linear-gradient(to bottom, #ffffff 0%, #D7D7D7 100%);
  color: #193a73;
}
.ti-job-single__apply:hover::before, .ti-job-single__apply.active::before {
  opacity: 1;
  z-index: 1;
}
.ti-job-single__apply:hover span, .ti-job-single__apply.active span {
  color: #193a73;
  font-weight: 700;
}
.ti-job-single__apply:hover svg path, .ti-job-single__apply.active svg path {
  fill: #193a73;
}
@media (max-width: 780px) {
  .ti-job-single__apply {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
.ti-job-single__apply {
  min-height: 2.15rem;
  width: 100%;
  padding: 0.45rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
}
.ti-job-single__apply span {
  color: #193a73;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.ti-job-single__apply-modal {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.ti-job-single__apply-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ti-job-single__apply-modal-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(5, 18, 34, 0.58);
  backdrop-filter: blur(0.2rem);
}

.ti-job-single__apply-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 44rem);
  max-height: min(100%, 42rem);
  overflow: auto;
  padding: 1.2rem 1.5rem 1.5rem;
  border-radius: 1.4rem;
  background: #ffffff;
  box-shadow: 0 1.8rem 4rem rgba(4, 22, 43, 0.28);
}

.ti-job-single__apply-modal-close {
  display: grid;
  place-items: center;
  margin: -0.35rem -0.35rem 0.7rem auto;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #193a73;
  color: #2fe5cb;
  box-shadow: 0 0.85rem 1.7rem rgba(25, 58, 115, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ti-job-single__apply-modal-close:hover,
.ti-job-single__apply-modal-close:focus-visible {
  background: #102441;
  box-shadow: 0 1rem 2rem rgba(16, 36, 65, 0.22);
}

.ti-job-single__apply-modal-close:hover {
  transform: translateY(-1px);
}

.ti-job-single__apply-modal-close:focus-visible {
  outline: 0.14rem solid #29e2bb;
  outline-offset: 0.14rem;
}

.ti-job-single__apply-modal-close span {
  display: block;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.03rem);
}

.ti-job-single__apply-modal-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ti-job-single__apply-modal-form {
  width: 100%;
  /* ── Reset CF7 wrappers ── */
}
.ti-job-single__apply-modal-form .wpcf7 {
  width: 100%;
  margin: 0;
}
.ti-job-single__apply-modal-form .hidden-fields-container,
.ti-job-single__apply-modal-form .screen-reader-response {
  display: none;
}
.ti-job-single__apply-modal-form {
  /* ── Form grid ── */
}
.ti-job-single__apply-modal-form .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0;
}
.ti-job-single__apply-modal-form .wpcf7-form > p {
  position: relative;
  min-width: 0;
  margin: 0;
}
.ti-job-single__apply-modal-form {
  /* Full-width rows */
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has([name=your-full-name]),
.ti-job-single__apply-modal-form .wpcf7-form > p:has([name=your-cv]),
.ti-job-single__apply-modal-form .wpcf7-form > p:has([type=submit]) {
  grid-column: 1/-1;
}
.ti-job-single__apply-modal-form {
  /* ── Text / Tel / Email fields ── */
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=text]) label,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=tel]) label,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=email]) label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  padding: 0.76rem 1rem 0.76rem 2.95rem;
  border: 1px solid #bcc9dd;
  border-radius: 0.82rem;
  background: #f4f7fb;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=text]) br,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=tel]) br,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=email]) br {
  display: none;
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=text]) label::before,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=tel]) label::before,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=email]) label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.95rem;
  width: 1.22rem;
  height: 1.22rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=text]) .wpcf7-form-control-wrap,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=tel]) .wpcf7-form-control-wrap,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=email]) .wpcf7-form-control-wrap {
  position: relative;
  z-index: 1;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=text]):has([name=your-full-name]) label::before,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=tel]):has([name=your-full-name]) label::before,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=email]):has([name=your-full-name]) label::before {
  background-image: url("../../images/nombres-gris.png");
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=text]):has([name=your-phone]) label::before,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=tel]):has([name=your-phone]) label::before,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=email]):has([name=your-phone]) label::before {
  background-image: url("../../images/celular-gris.png");
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=text]):has([name=your-email]) label::before,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=tel]):has([name=your-email]) label::before,
.ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=email]):has([name=your-email]) label::before {
  background-image: url("../../images/mail-gris.png");
}
.ti-job-single__apply-modal-form {
  /* ── Text inputs reset ── */
}
.ti-job-single__apply-modal-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]) {
  width: 100%;
  min-width: 0;
  min-height: 1.1rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #213b60;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
}
.ti-job-single__apply-modal-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden])::-moz-placeholder {
  color: #7a8ca2;
  opacity: 1;
}
.ti-job-single__apply-modal-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden])::placeholder {
  color: #7a8ca2;
  opacity: 1;
}
.ti-job-single__apply-modal-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):focus {
  outline: none;
}
.ti-job-single__apply-modal-form {
  /* ── File upload zone ── */
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has([name=your-cv]) label {
  position: relative;
  display: block;
  min-height: 8rem;
  padding: 1.35rem 1.25rem;
  border: 1px solid #97a8c4;
  border-radius: 0.82rem;
  background: #a2b2cb;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has([name=your-cv]) br {
  display: none;
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has([name=your-cv]) .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has([name=your-cv]) input[type=file] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ti-job-single__apply-modal-form .ti-job-single__file-ui {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.35rem 1.25rem;
  pointer-events: none;
}
.ti-job-single__apply-modal-form .ti-job-single__file-icon {
  width: 1.55rem;
  height: 1.55rem;
  background: no-repeat center/contain url("../../images/upload.png");
}
.ti-job-single__apply-modal-form .ti-job-single__file-text {
  display: block;
  max-width: 22rem;
  color: #173458;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
.ti-job-single__apply-modal-form .ti-job-single__file-hint {
  display: block;
  margin-top: 0.55rem;
  color: #7a8ca2;
  font-family: "Montserrat", sans-serif;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}
.ti-job-single__apply-modal-form {
  /* ── Submit ── */
}
.ti-job-single__apply-modal-form .wpcf7-form > p:has([type=submit]) {
  display: flex;
  justify-content: center;
  padding-top: 0.6rem;
}
.ti-job-single__apply-modal-form input[type=submit] {
  min-width: 11.1rem;
  min-height: 2.25rem;
  margin: 0;
  padding: 0.72rem 1.55rem;
  border: 0;
  border-radius: 999px;
  background: #2fe5cb;
  color: #082b50;
  font-family: "Montserrat", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: 0 0.8rem 1.6rem rgba(47, 229, 203, 0.2);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.ti-job-single__apply-modal-form input[type=submit]:hover, .ti-job-single__apply-modal-form input[type=submit]:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 1rem 1.85rem rgba(47, 229, 203, 0.24);
  filter: saturate(1.05);
}
.ti-job-single__apply-modal-form .wpcf7-spinner {
  margin: 0 0 0 0.65rem;
  align-self: center;
}
.ti-job-single__apply-modal-form {
  /* ── CF7 response / validation ── */
}
.ti-job-single__apply-modal-form .wpcf7-response-output {
  grid-column: 1/-1;
  margin: 0.25rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  line-height: 1.5;
}
.ti-job-single__apply-modal-form .wpcf7-not-valid-tip {
  margin-top: 0.45rem;
  color: #d63638;
  font-family: "Montserrat", sans-serif;
  font-size: 0.76rem;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .ti-job-single {
    padding-top: 3.4rem;
    padding-bottom: 3.6rem;
  }
  .ti-job-single__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.2rem;
  }
  .ti-job-single__aside {
    position: static;
  }
  .ti-job-single__apply-modal-panel {
    width: min(100%, 40rem);
    max-height: min(100%, 38rem);
  }
}
@media (max-width: 767px) {
  .ti-job-single__breadcrumbs {
    margin-bottom: 1.45rem;
  }
  .ti-job-single__title {
    font-size: 1.85rem;
  }
  .ti-job-single__section-title {
    font-size: 1.4rem;
  }
  .ti-job-single__additional-title {
    font-size: 1.55rem;
  }
  .ti-job-single__wysiwyg p,
  .ti-job-single__wysiwyg li,
  .ti-job-single__requirements,
  .ti-job-single__requirement {
    font-size: 0.93rem;
    line-height: 1.65;
  }
  .ti-job-single__description-content.is-collapsed {
    max-height: 12.8rem;
  }
  .ti-job-single__apply-modal {
    padding: 1rem;
  }
  .ti-job-single__apply-modal-panel {
    padding: 1.05rem 1rem 1.15rem;
    border-radius: 1.1rem;
  }
  .ti-job-single__apply-modal-close {
    width: 2.45rem;
    height: 2.45rem;
    margin: -0.2rem -0.2rem 0.6rem auto;
  }
  .ti-job-single__apply-modal-close span {
    font-size: 1.5rem;
  }
  .ti-job-single__apply-modal-form .wpcf7-form {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=text]) label,
  .ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=tel]) label,
  .ti-job-single__apply-modal-form .wpcf7-form > p:has(input[type=email]) label {
    min-height: 3.35rem;
    padding-left: 2.7rem;
  }
  .ti-job-single__apply-modal-form .wpcf7-form > p:has([name=your-cv]) label {
    min-height: 7rem;
    padding: 1.15rem 1rem;
  }
  .ti-job-single__apply-modal-form .ti-job-single__file-ui {
    padding: 1.15rem 1rem;
  }
  .ti-job-single__apply-modal-form .ti-job-single__file-text {
    max-width: 15rem;
    font-size: 0.9rem;
  }
  .ti-job-single__apply-modal-form .ti-job-single__file-hint {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=index.css.map */