body {
  background: #fff;
  color: var(--ICO-texto-mate, #343737);
}

.employment-page {
  min-height: 100vh;
  background: #fff;
  font-family: "Avenir Next LT Pro", sans-serif;
}

.employment-shell {
  width: min(100%, 1184px);
  margin: 0 auto;
  padding: 0 24px;
}

.employment-site-header {
  background: #fff;
}

.employment-header-promo {
  background: var(--ico-celeste, #459CD6);
  color: #fff;
}

.employment-promo-inner {
  position: relative;
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.employment-promo-arrow,
.employment-promo-close {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.employment-promo-close {
  position: absolute;
  top: 14px;
  right: 24px;
  background: #fff;
  color: var(--ico-celeste, #459CD6);
}

.employment-promo-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.employment-promo-links {
  position: absolute;
  right: 74px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.employment-promo-links a,
.employment-promo-links span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.employment-channel-tabs {
  position: absolute;
  left: 24px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.employment-channel-tab {
  display: inline-flex;
  min-width: 188px;
  height: 47px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 22px 22px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.employment-channel-tab.is-active {
  background: #fff;
  color: var(--ico-celeste, #459CD6);
}

.employment-main-header {
  border-bottom: 1px solid #eaeaea;
}

.employment-main-header-inner {
  padding: 44px 24px 30px;
}

.employment-header-row {
  display: grid;
  grid-template-columns: 132px 1fr auto;
  align-items: center;
  gap: 36px;
}

.employment-logo img {
  display: block;
  width: 120px;
  height: auto;
}

.employment-search {
  display: flex;
  height: 52px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 28px;
  background: #fff;
}

.employment-search-field {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
}

.employment-search-field svg {
  position: absolute;
  left: 18px;
  color: #bdbdbd;
}

.employment-search input {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 18px 0 52px;
  color: #343737;
  font: inherit;
  font-size: 16px;
  outline: 0;
}

.employment-search input::placeholder {
  color: #bdbdbd;
}

.employment-search button {
  width: 108px;
  border: 0;
  background: #e6e6e6;
  color: #888;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.employment-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--ico-celeste, #459CD6);
}

.employment-call {
  display: grid;
  grid-template-columns: 28px auto;
  column-gap: 8px;
  align-items: center;
  color: var(--ico-celeste, #459CD6);
}

.employment-call svg {
  grid-row: 1 / 3;
}

.employment-call small {
  color: #88bee5;
  font-size: 14px;
  line-height: 16px;
}

.employment-call strong {
  color: var(--ico-celeste, #459CD6);
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}

.employment-header-divider {
  width: 1px;
  height: 38px;
  background: #eaeaea;
}

.employment-action-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ico-celeste, #459CD6);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.employment-icon-link {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: var(--ico-celeste, #459CD6);
}

.employment-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 28px;
}

.employment-categories-btn {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 24px;
  background: var(--ico-verde, #8DBF3E);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.employment-nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.employment-nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ico-celeste, #459CD6);
  font-size: 16px;
  font-weight: 700;
}

.employment-nav-links svg {
  flex: 0 0 auto;
}

.employment-mobile-header {
  display: none;
}

.employment-mobile-call {
  display: none;
}

.employment-content {
  padding-bottom: 60px;
}

.employment-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
}

.employment-breadcrumb a,
.employment-breadcrumb span {
  color: var(--ICO-texto-mate, #343737);
  font-size: 16px;
  font-weight: 600;
}

.employment-breadcrumb svg {
  color: #a4a4a4;
}

.employment-hero {
  margin-top: 24px;
}

.employment-title {
  max-width: 530px;
  color: var(--ico-azul, #0B4460);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
}

.employment-subtitle {
  margin-top: 16px;
  color: #41484D;
  font-size: 16px;
  line-height: 28px;
}

.employment-benefits {
  margin-top: 30px;
}

.employment-benefits-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.employment-benefit-card {
  min-height: 276px;
  padding: 36px 24px;
  border-radius: 18px;
  background: #fafafa;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.employment-benefit-card:hover {
  background: #eaf8ff;
  transform: translateY(-2px);
}

.employment-benefit-card svg {
  color: var(--ico-celeste, #459CD6);
}

.employment-benefit-card h2 {
  margin-top: 18px;
  color: var(--ico-celeste, #459CD6);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.employment-benefit-card p {
  margin-top: 16px;
  color: #343737;
  font-size: 16px;
  line-height: 1.5;
}

.employment-form-section {
  display: grid;
  grid-template-columns: minmax(360px, 504px) 1fr;
  margin-top: 56px;
  background: #F8F8F8;
}

.employment-form-image {
  min-height: 790px;
  overflow: hidden;
}

.employment-form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employment-form-panel {
  padding: 36px 28px 34px;
}

.employment-form-title {
  color: var(--ico-celeste, #459CD6);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.12;
}

.employment-form {
  margin-top: 34px;
}

.employment-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.employment-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.employment-field.is-full {
  grid-column: 1 / -1;
}

.employment-field label {
  color: var(--ico-azul, #0B4460);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.employment-input,
.employment-select {
  width: 100%;
  height: 48px;
  border: 1.5px solid var(--ico-azul, #0B4460);
  border-radius: 6px;
  background: #fff;
  color: #343737;
  font: inherit;
  font-size: 16px;
  outline: 0;
}

.employment-input.is-invalid,
.employment-select.is-invalid {
  border-color: #D92D20;
}

.employment-field-error {
  display: none;
  margin-top: -4px;
  color: #D92D20;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.employment-field-error.is-visible {
  display: block;
}

.employment-input {
  padding: 0 16px;
}

.employment-input::placeholder,
.employment-select:invalid {
  color: #b5b5b5;
}

.employment-select {
  padding: 0 44px 0 16px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='%23A4A4A4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

.employment-section-divider {
  height: 1px;
  margin: 28px 0;
  background: #dedede;
}

.employment-form-subtitle {
  color: var(--ico-celeste, #459CD6);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
}

.employment-upload {
  margin-top: 30px;
  padding: 18px;
  border-radius: 4px;
  background: #D7E9FF;
  text-align: center;
  border-radius: 0 0 8px 8px;
}

.employment-upload.is-invalid {
  outline: 1.5px solid #D92D20;
}

.employment-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.employment-file-button {
  display: inline-flex;
  min-width: 220px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 24px;
  background: #00a9e8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.employment-file-name {
  margin-top: 12px;
  color: var(--ico-azul, #0B4460);
  font-size: 13px;
  line-height: 18px;
}

.employment-submit {
  display: inline-flex;
  height: 56px;
  min-width: 202px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 30px auto 0;
  border: 0;
  border-radius: 28px;
  background: #AEAEAE;
  color: #666;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: not-allowed;
}

.employment-submit.is-enabled {
  background: var(--ico-celeste, #459CD6);
  color: #fff;
  cursor: pointer;
}

.employment-submit-wrap {
  display: flex;
  justify-content: center;
}

.employment-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.employment-modal.is-open {
  display: flex;
}

.employment-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
}

.employment-modal__dialog {
  position: relative;
  width: min(100%, 400px);
  min-height: 232px;
  padding: 40px 42px 38px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.employment-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #a4a4a4;
  cursor: pointer;
}

.employment-modal__icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--ico-celeste, #459CD6);
  color: #fff;
}

.employment-modal__title {
  margin-top: 22px;
  color: var(--ico-azul, #0B4460);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}

.employment-modal__text {
  max-width: 285px;
  margin: 14px auto 0;
  color: #686d70;
  font-size: 16px;
  line-height: 1.5;
}

body.employment-modal-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .employment-header-row {
    grid-template-columns: 118px 1fr;
  }

  .employment-header-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .employment-promo-links {
    display: none;
  }
}

@media (max-width: 1024px) {
  .employment-shell {
    padding: 0 24px;
  }

  .employment-promo-inner {
    min-height: 72px;
    padding: 0 42px;
  }

  .employment-promo-arrow {
    display: none;
  }

  .employment-promo-close {
    top: 18px;
    right: 12px;
    width: 28px;
    height: 28px;
  }

  .employment-promo-text {
    text-align: center;
    font-size: 13px;
  }

  .employment-channel-tabs {
    left: 0;
    right: 0;
    transform: translateY(100%);
    gap: 0;
  }

  .employment-channel-tab {
    flex: 1;
    min-width: 0;
    height: 42px;
    border-radius: 12px 12px 0 0;
    background: var(--ico-celeste, #459CD6);
    font-size: 12px;
    font-weight: 600;
  }

  .employment-channel-tab.is-active {
    background: #fff;
    color: var(--ico-celeste, #459CD6);
  }

  .employment-main-header-inner {
    display: none;
  }

  .employment-mobile-header {
    display: block;
    padding: 54px 16px 12px;
    background: #fff;
  }

  .employment-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .employment-mobile-left,
  .employment-mobile-actions {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .employment-mobile-menu {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--ico-celeste, #459CD6);
    cursor: pointer;
  }

  .employment-mobile-logo img {
    width: 93px;
    height: auto;
    display: block;
  }

  .employment-mobile-search {
    position: relative;
    margin-top: 18px;
  }

  .employment-mobile-search svg {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #a4a4a4;
    transform: translateY(-50%);
  }

  .employment-mobile-search input {
    width: 100%;
    height: 44px;
    border: 1px solid #e2e2e2;
    border-radius: 22px;
    padding: 0 54px 0 18px;
    color: #343737;
    font: inherit;
    font-size: 13px;
    outline: 0;
  }

  .employment-mobile-search input::placeholder {
    color: #bdbdbd;
  }

  .employment-mobile-call {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    background: #eaf8ff;
    color: var(--ico-celeste, #459CD6);
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
  }

  .employment-content {
    padding-bottom: 48px;
  }

  .employment-breadcrumb {
    padding-top: 22px;
  }

  .employment-breadcrumb a,
  .employment-breadcrumb span {
    font-size: 14px;
  }

  .employment-hero {
    margin-top: 18px;
  }

  .employment-title {
    font-size: 36px;
    line-height: 1.08;
  }

  .employment-subtitle {
    margin-top: 14px;
    font-size: 16px;
    line-height: 22px;
  }

  .employment-benefits {
    margin: 28px -16px 0 0;
    overflow: hidden;
  }

  .employment-benefits-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 16px 10px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .employment-benefits-track::-webkit-scrollbar {
    display: none;
  }

  .employment-benefit-card {
    min-width: min(78vw, 280px);
    min-height: 308px;
    padding: 26px 22px;
    border-radius: 14px;
    scroll-snap-align: start;
  }

  .employment-benefit-card h2 {
    margin-top: 16px;
    font-size: 32px;
  }

  .employment-benefit-card p {
    margin-top: 16px;
  }

  .employment-form-section {
    display: block;
    margin-top: 24px;
    background: #f7f7f7;
  }

  .employment-form-image {
    display: none;
  }

  .employment-form-panel {
    padding: 20px 16px 28px;
  }

  .employment-form-title {
    font-size: 26px;
  }

  .employment-form {
    margin-top: 22px;
  }

  .employment-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .employment-field label {
    font-size: 14px;
    line-height: 18px;
  }

  .employment-input,
  .employment-select {
    height: 44px;
    border-radius: 6px;
    font-size: 14px;
  }

  .employment-section-divider {
    margin: 22px 0;
  }

  .employment-form-subtitle {
    margin-bottom: 20px;
  }

  .employment-upload {
    margin-top: 26px;
    padding: 16px;
  }

  .employment-file-button {
    min-width: 194px;
    height: 42px;
    font-size: 13px;
  }

  .employment-submit {
    min-width: 184px;
    height: 54px;
    margin-top: 22px;
    font-size: 14px;
  }

  .employment-modal {
    align-items: flex-start;
    padding: 0 18px;
  }

  .employment-modal__dialog {
    width: 100%;
    max-width: 330px;
    min-height: 202px;
    margin-top: 49vh;
    padding: 30px 26px 28px;
    transform: translateY(-50%);
  }

  .employment-modal__close {
    top: 14px;
    right: 14px;
  }

  .employment-modal__icon {
    width: 52px;
    height: 52px;
  }

  .employment-modal__title {
    margin-top: 18px;
    font-size: 20px;
  }

  .employment-modal__text {
    margin-top: 12px;
    font-size: 14px;
  }
}
/* =========================================================
   WordPress + Contact Form 7 integration for Empleo
   Mantiene la maqueta original y evita overrides globales.
   ========================================================= */
:root {
  --ico-empleo-azul: var(--ico-azul, #0B4460);
  --ico-empleo-celeste: var(--ico-celeste, #459CD6);
  --ico-empleo-verde: var(--ico-verde, #8DBF3E);
}

.ico-empleo-main,
.ico-empleo-main * {
  box-sizing: border-box;
}

.ico-empleo-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: #fff;
}

.ico-empleo-main .employment-page {
  min-height: auto;
  background: #fff;
}

.ico-empleo-main .employment-content {
  width: 100%;
  padding-bottom: 60px;
}

.ico-empleo-main .employment-shell {
  width: min(100%, 1184px);
  max-width: 1184px;
  margin-inline: auto;
  padding-inline: 24px;
}

.ico-empleo-main .employment-breadcrumb a,
.ico-empleo-main .employment-breadcrumb a:link,
.ico-empleo-main .employment-breadcrumb a:visited,
.ico-empleo-main .employment-breadcrumb span {
  color: var(--ICO-texto-mate, #343737);
  text-decoration: none;
}

.ico-empleo-main .employment-breadcrumb a:hover,
.ico-empleo-main .employment-breadcrumb a:focus {
  color: var(--ico-empleo-celeste);
  text-decoration: none;
}

.ico-empleo-main .employment-form-section {
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}

.ico-empleo-main .employment-form-image,
.ico-empleo-main .employment-form-panel {
  min-width: 0;
}

.ico-empleo-main .employment-form-image img {
  display: block;
}

.ico-empleo-main .employment-form-panel .wpcf7,
.ico-empleo-main .employment-form-panel .wpcf7 form,
.ico-empleo-main .employment-form-panel .wpcf7-form {
  margin: 0;
  padding: 0;
}

.ico-empleo-main .employment-form-panel .wpcf7 form > p,
.ico-empleo-main .employment-form-panel .wpcf7-form > p,
.ico-empleo-main .employment-form p {
  margin: 0;
  padding: 0;
}

.ico-empleo-main .employment-form br,
.ico-empleo-main .employment-form .wpcf7-form-control-wrap br {
  display: none;
}

.ico-empleo-main .employment-form-grid {
  align-items: start;
}

.ico-empleo-main .employment-field {
  min-width: 0;
}

.ico-empleo-main .employment-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.ico-empleo-main .employment-input,
.ico-empleo-main .employment-select,
.ico-empleo-main .employment-form input[type="text"].employment-input,
.ico-empleo-main .employment-form input[type="email"].employment-input,
.ico-empleo-main .employment-form input[type="tel"].employment-input,
.ico-empleo-main .employment-form input[type="date"].employment-input,
.ico-empleo-main .employment-form select.employment-select {
  width: 100%;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 16px;
  border: 1.5px solid var(--ico-empleo-azul);
  border-radius: 6px;
  background-color: #fff;
  color: #343737;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  outline: 0;
}

.ico-empleo-main .employment-form select.employment-select,
.ico-empleo-main .employment-select {
  padding-right: 44px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='%23A4A4A4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

.ico-empleo-main .employment-input::placeholder {
  color: #b5b5b5;
  opacity: 1;
}

.ico-empleo-main .employment-input:focus,
.ico-empleo-main .employment-select:focus {
  border-color: var(--ico-empleo-azul);
  box-shadow: none;
}

.ico-empleo-main .employment-form .wpcf7-not-valid,
.ico-empleo-main .employment-form .is-invalid,
.ico-empleo-main .employment-form .wpcf7-not-valid:focus {
  border-color: #D92D20;
}

.ico-empleo-main .employment-form .wpcf7-not-valid-tip,
.ico-empleo-main .employment-field-error {
  display: block;
  margin: 6px 0 0;
  color: #D92D20;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.ico-empleo-main .employment-upload {
  display: flex;
  min-height: 158px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 30px;
  padding: 22px 18px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: #D7E9FF;
  text-align: center;
}

.ico-empleo-main .employment-upload .wpcf7-form-control-wrap,
.ico-empleo-main .employment-upload .wpcf7-form-control-wrap[data-name="empleo_cv"] {
  position: static;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ico-empleo-main .employment-file-input,
.ico-empleo-main input[type="file"].employment-file-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ico-empleo-main .employment-file-button,
.ico-empleo-main .employment-file-button:link,
.ico-empleo-main .employment-file-button:visited,
.ico-empleo-main .employment-file-button:hover,
.ico-empleo-main .employment-file-button:focus {
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 220px !important;
  height: 44px !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #00A9E8 !important;
  color: #fff !important;
  box-shadow: none !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transform: none !important;
}

.ico-empleo-main .employment-file-button svg,
.ico-empleo-main .employment-submit svg {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  flex: 0 0 auto !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}

.ico-empleo-main .employment-file-name {
  width: 100%;
  margin: 18px 0 0;
  color: var(--ico-empleo-azul);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.ico-empleo-main .employment-upload .wpcf7-not-valid-tip {
  order: 3;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.ico-empleo-main .employment-submit-wrap {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}

.ico-empleo-main .employment-submit-wrap p {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ico-empleo-main .employment-submit,
.ico-empleo-main button.employment-submit,
.ico-empleo-main input[type="submit"].employment-submit,
.ico-empleo-main .employment-submit:link,
.ico-empleo-main .employment-submit:visited,
.ico-empleo-main .employment-submit:hover,
.ico-empleo-main .employment-submit:focus {
  position: relative !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 202px !important;
  height: 56px !important;
  min-height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 28px !important;
  background: var(--ico-empleo-celeste) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transform: none !important;
}

.ico-empleo-main .employment-submit:disabled,
.ico-empleo-main .employment-submit[disabled] {
  background: #AEAEAE !important;
  color: #666 !important;
  cursor: not-allowed !important;
}

.ico-empleo-main .wpcf7-spinner {
  position: absolute;
  left: calc(50% + 112px);
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

.ico-empleo-main .employment-form .wpcf7-response-output {
  margin: 18px 0 0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.4;
}

.ico-empleo-main .employment-form.sent .wpcf7-response-output,
.ico-empleo-main .employment-form .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.ico-empleo-main .employment-modal__close:hover,
.ico-empleo-main .employment-modal__close:focus {
  color: var(--ico-empleo-celeste);
  background: transparent;
}

@media (max-width: 1024px) {
  .ico-empleo-main .employment-shell {
    padding-inline: 16px;
  }

  .ico-empleo-main .employment-content {
    padding-bottom: 48px;
  }

  .ico-empleo-main .employment-form-panel {
    padding: 20px 16px 28px;
  }

  .ico-empleo-main .employment-input,
  .ico-empleo-main .employment-select,
  .ico-empleo-main .employment-form input[type="text"].employment-input,
  .ico-empleo-main .employment-form input[type="date"].employment-input,
  .ico-empleo-main .employment-form select.employment-select {
    height: 44px;
    min-height: 44px;
    font-size: 14px;
    line-height: 44px;
  }

  .ico-empleo-main .employment-upload {
    min-height: 138px;
    margin-top: 26px;
    padding: 18px 16px;
  }

  .ico-empleo-main .employment-file-button,
  .ico-empleo-main .employment-file-button:link,
  .ico-empleo-main .employment-file-button:visited,
  .ico-empleo-main .employment-file-button:hover,
  .ico-empleo-main .employment-file-button:focus {
    min-width: 194px !important;
    height: 42px !important;
    min-height: 42px !important;
    font-size: 13px !important;
  }

  .ico-empleo-main .employment-submit,
  .ico-empleo-main button.employment-submit,
  .ico-empleo-main input[type="submit"].employment-submit {
    min-width: 184px !important;
    height: 54px !important;
    min-height: 54px !important;
    font-size: 14px !important;
  }

  .ico-empleo-main .wpcf7-spinner {
    position: static;
    margin-left: 8px;
    transform: none;
  }
}
