.ti-page-hero--service-single {
  background-color: #031427;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  isolation: isolate;
}
.ti-page-hero--service-single::before, .ti-page-hero--service-single::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ti-page-hero--service-single::before {
  z-index: 0;
  background: linear-gradient(180deg, rgba(3, 20, 39, 0.24) 0%, rgba(3, 20, 39, 0.18) 26%, rgba(3, 20, 39, 0.56) 100%);
}
.ti-page-hero--service-single::after {
  z-index: 0;
  background: linear-gradient(0deg, rgba(3, 20, 39, 0.44) 0%, rgba(3, 20, 39, 0) 32%), radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 52%);
}
.ti-page-hero--service-single .ti-page-hero__inner {
  position: relative;
  z-index: 1;
}
.ti-page-hero--service-single .ti-page-hero__breadcrumbs {
  max-width: -moz-max-content;
  max-width: max-content;
}
.ti-page-hero--service-single .ti-page-hero__title {
  width: 100%;
  max-width: 18ch;
  align-self: center;
  color: #ffffff;
  font-size: clamp(2.4rem, 5.6vw, 4rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.96;
  text-align: center;
  text-shadow: 0 0.3rem 1.5rem rgba(3, 20, 39, 0.38);
}
@media (max-width: 780px) {
  .ti-page-hero--service-single {
    background-position: 58% center !important;
  }
  .ti-page-hero--service-single .ti-page-hero__title {
    max-width: 13ch;
    font-size: clamp(2rem, 8vw, 3rem);
    text-align: center;
  }
}
@media (max-width: 560px) {
  .ti-page-hero--service-single {
    background-position: 62% center !important;
  }
  .ti-page-hero--service-single .ti-page-hero__breadcrumbs .ti-breadcrumb {
    flex-wrap: wrap;
    row-gap: 0.35rem;
  }
  .ti-page-hero--service-single .ti-page-hero__breadcrumbs .ti-breadcrumb a,
  .ti-page-hero--service-single .ti-page-hero__breadcrumbs .ti-breadcrumb span {
    font-size: 0.78rem;
  }
  .ti-page-hero--service-single .ti-page-hero__title {
    max-width: 11ch;
    font-size: clamp(1.85rem, 10vw, 2.45rem);
    line-height: 0.98;
  }
}

.ti-service-single__content {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: clamp(4rem, 8vw, 6rem) 0 clamp(4.5rem, 8vw, 6.5rem);
  background: #031427;
}
.ti-service-single__content .contenedor {
  max-width: min(100%, 82rem);
  padding-inline: clamp(1.5rem, 3vw, 2.5rem);
}

.ti-service-single__contact {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(0.5rem, 1.2vw, 0.85rem) 0 clamp(3rem, 5vw, 4rem);
  background: linear-gradient(to bottom, rgba(0, 27, 51, 0) 0%, #001B33 100%), url("../../images/generic-bg.png") center top/cover no-repeat;
  background-color: #001B33;
  height: auto;
  align-content: center;
}
.ti-service-single__contact::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.ti-service-single__contact .contenedor {
  position: relative;
  z-index: 1;
  max-width: min(100%, 82rem);
  padding-inline: clamp(1.5rem, 3vw, 2.5rem);
}

@media (max-width: 780px) {
  .ti-service-single__content .contenedor {
    max-width: 100%;
    padding-inline: 1.75rem;
  }
  .ti-service-single__contact .contenedor {
    max-width: 100%;
    padding-inline: 1.75rem;
  }
}
@media (max-width: 560px) {
  .ti-service-single__content .contenedor {
    padding-inline: 1.2rem;
  }
  .ti-service-single__contact .contenedor {
    padding-inline: 1.2rem;
  }
}
.ti-service-single__contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(24rem, 1fr);
  gap: clamp(1.5rem, 3.6vw, 4rem);
  align-items: center;
  justify-content: center;
  max-width: min(100%, 71rem);
  min-height: clamp(18rem, 24vw, 21rem);
}
.ti-service-single__contact-copy {
  max-width: 24rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.85rem;
}
.ti-service-single__contact-title {
  margin: 0;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(1.7rem, 2.5vw, 2.1rem) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.ti-service-single__contact-title span {
  color: #2fe5cb !important;
  font-size: inherit !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  line-height: inherit !important;
}
.ti-service-single__contact-description {
  max-width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: rgba(235, 242, 249, 0.9);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.48;
  text-wrap: balance;
}
.ti-service-single__form-stack {
  width: min(100%, 40.5rem);
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
}
.ti-service-single__form-stack, .ti-service-single__form-stack * {
  font-family: "Montserrat", sans-serif;
}
.ti-service-single__form-shell {
  --ti-service-form-icon-name: url("../../images/nombres-gris.png");
  --ti-service-form-icon-phone: url("../../images/celular-gris.png");
  --ti-service-form-icon-mail: url("../../images/mail-gris.png");
  --ti-service-form-icon-service: url("../../images/seleccionar-servicio-gris.png");
  --ti-service-form-icon-message: url("../../images/mensaje-gris.png");
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(1rem, 2.2vw, 1.15rem) clamp(1.05rem, 2.2vw, 1.2rem) clamp(1.2rem, 2vw, 1.45rem);
  border-radius: clamp(1.45rem, 2.4vw, 1.75rem);
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(227, 234, 242, 0.9), 0 1.6rem 3.2rem rgba(1, 15, 31, 0.24);
  overflow: hidden;
}
.ti-service-single__form-shell .wpcf7 {
  position: relative;
  z-index: 1;
  margin: 0;
}
.ti-service-single__form-shell .wpcf7-form {
  margin: 0;
}
.ti-service-single__form-shell .hidden-fields-container {
  display: none;
}
.ti-service-single__form-shell .mi-formulario {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.ti-service-single__form-shell .mi-formulario > p {
  position: relative;
  min-width: 0;
  margin: 0;
}
.ti-service-single__form-shell .mi-formulario > p:has(.hidden-fields-container) {
  display: none;
}
.ti-service-single__form-shell .mi-formulario > p:first-child,
.ti-service-single__form-shell .mi-formulario > p:has(textarea),
.ti-service-single__form-shell .mi-formulario > p:has(select),
.ti-service-single__form-shell .mi-formulario > p:has(input[type=submit]) {
  grid-column: 1/-1;
}
.ti-service-single__form-shell .mi-formulario > p:not(:has(input[type=submit])):not(:has(.hidden-fields-container)) {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.62rem 0.95rem 0.62rem 2.65rem;
  border: 1px solid #c5d0df;
  border-radius: 0.78rem;
  background: #f1f3f6;
  color: #233f63;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.2;
}
.ti-service-single__form-shell .mi-formulario > p:has(textarea) {
  align-items: flex-start;
  min-height: 4.25rem;
  padding-top: 0.68rem;
  padding-bottom: 0.68rem;
}
.ti-service-single__form-shell .mi-formulario > p::before,
.ti-service-single__form-shell .mi-formulario > p::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.ti-service-single__form-shell .mi-formulario > p::before {
  content: "";
  left: 0.88rem;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.88;
}
.ti-service-single__form-shell .mi-formulario > p:has(input[type=text])::before {
  background-image: var(--ti-service-form-icon-name);
}
.ti-service-single__form-shell .mi-formulario > p:has(input[type=tel])::before {
  background-image: var(--ti-service-form-icon-phone);
}
.ti-service-single__form-shell .mi-formulario > p:has(input[type=email])::before {
  background-image: var(--ti-service-form-icon-mail);
}
.ti-service-single__form-shell .mi-formulario > p:has(select) {
  padding-right: 2.5rem;
}
.ti-service-single__form-shell .mi-formulario > p:has(select)::before {
  background-image: var(--ti-service-form-icon-service);
}
.ti-service-single__form-shell .mi-formulario > p:has(select)::after {
  content: "";
  right: 1rem;
  width: 0.46rem;
  height: 0.46rem;
  border-right: 1.8px solid #173458;
  border-bottom: 1.8px solid #173458;
  transform: translateY(-64%) rotate(45deg);
}
.ti-service-single__form-shell .mi-formulario > p:has(textarea)::before {
  top: 0.92rem;
  transform: none;
  background-image: var(--ti-service-form-icon-message);
}
.ti-service-single__form-shell .mi-formulario > p:has(input[type=submit]) {
  display: flex;
  justify-content: center;
  padding-top: 0.6rem;
}
.ti-service-single__form-shell .mi-formulario .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.ti-service-single__form-shell .mi-formulario .wpcf7-form-control-wrap[data-name=mensaje] {
  height: 100%;
}
.ti-service-single__form-shell .mi-formulario input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]),
.ti-service-single__form-shell .mi-formulario textarea,
.ti-service-single__form-shell .mi-formulario select {
  width: 100%;
  min-width: 0;
  min-height: 1.1rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #213b60;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
}
.ti-service-single__form-shell .mi-formulario input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):focus,
.ti-service-single__form-shell .mi-formulario textarea:focus,
.ti-service-single__form-shell .mi-formulario select:focus {
  outline: none;
}
.ti-service-single__form-shell .mi-formulario input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden])::-moz-placeholder, .ti-service-single__form-shell .mi-formulario textarea::-moz-placeholder {
  color: #7a8ca2;
  opacity: 1;
}
.ti-service-single__form-shell .mi-formulario input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden])::placeholder,
.ti-service-single__form-shell .mi-formulario textarea::placeholder {
  color: #7a8ca2;
  opacity: 1;
}
.ti-service-single__form-shell .mi-formulario input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden])::-webkit-input-placeholder,
.ti-service-single__form-shell .mi-formulario textarea::-webkit-input-placeholder {
  color: #7a8ca2;
  opacity: 1;
}
.ti-service-single__form-shell .mi-formulario input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden])::-moz-placeholder,
.ti-service-single__form-shell .mi-formulario textarea::-moz-placeholder {
  color: #7a8ca2;
  opacity: 1;
}
.ti-service-single__form-shell .mi-formulario textarea {
  min-height: 2.7rem;
  height: 2.7rem;
  resize: none;
  overflow: auto;
}
.ti-service-single__form-shell .mi-formulario select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 1rem;
  cursor: pointer;
}
.ti-service-single__form-shell .mi-formulario select:invalid {
  color: #7a8ca2;
}
.ti-service-single__form-shell .mi-formulario select:valid {
  color: #213b60;
}
.ti-service-single__form-shell .mi-formulario input[type=submit] {
  min-width: 10.8rem;
  min-height: 2.15rem;
  margin: 0;
  padding: 0.66rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: #2fe5cb;
  color: #082b50;
  font-size: 0.92rem;
  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-service-single__form-shell .mi-formulario input[type=submit]:hover, .ti-service-single__form-shell .mi-formulario 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-service-single__form-shell .wpcf7-spinner {
  margin: 0 0 0 0.65rem;
  align-self: center;
}
.ti-service-single__form-shell .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
}
.ti-service-single__form-shell .wpcf7-not-valid-tip {
  margin-top: 0.45rem;
  color: #d63638;
  font-size: 0.76rem;
  line-height: 1.35;
}
.ti-service-single__overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 36rem);
  gap: clamp(2rem, 4vw, 3.2rem);
  align-items: center;
}
.ti-service-single__main {
  max-width: 100%;
}
.ti-service-single__intro {
  margin: 0 0 2rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.ti-service-single__features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ti-service-single__feature {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ti-service-single__feature-icon {
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.ti-service-single__feature-icon-image {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.ti-service-single__feature-text {
  color: #29e2bb;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 780px) {
  .ti-service-single__contact-layout {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    min-height: 0;
    max-width: 38rem;
  }
  .ti-service-single__contact-copy {
    max-width: 31rem;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
  .ti-service-single__contact-description {
    max-width: 28rem;
  }
  .ti-service-single__form-stack {
    width: 100%;
    margin-inline: auto;
  }
  .ti-service-single__form-shell {
    padding: 1rem 0.95rem 1.25rem;
  }
  .ti-service-single__form-shell .mi-formulario {
    gap: 0.8rem;
  }
  .ti-service-single__form-shell .mi-formulario > p:not(:has(input[type=submit])):not(:has(.hidden-fields-container)) {
    min-height: 2.95rem;
    padding-left: 2.45rem;
    font-size: 0.93rem;
  }
  .ti-service-single__form-shell .mi-formulario > p:not(:has(input[type=submit])):not(:has(.hidden-fields-container))::before {
    left: 0.78rem;
    width: 0.98rem;
    height: 0.98rem;
  }
  .ti-service-single__form-shell .mi-formulario > p:has(textarea) {
    min-height: 4rem;
  }
  .ti-service-single__overview {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ti-service-single__main {
    max-width: none;
  }
}
@media (max-width: 560px) {
  .ti-service-single__contact-layout {
    gap: 1.15rem;
  }
  .ti-service-single__contact-copy {
    gap: 0.72rem;
  }
  .ti-service-single__contact-title {
    font-size: clamp(1.5rem, 7vw, 1.8rem) !important;
    line-height: 1.16 !important;
  }
  .ti-service-single__contact-description {
    max-width: 19rem;
    font-size: 0.84rem;
    line-height: 1.5;
  }
  .ti-service-single__form-shell {
    padding: 0.85rem;
    border-radius: 1.15rem;
  }
  .ti-service-single__form-shell .mi-formulario {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .ti-service-single__form-shell .mi-formulario > p:not(:has(input[type=submit])):not(:has(.hidden-fields-container)) {
    min-height: 2.85rem;
    padding: 0.62rem 0.88rem 0.62rem 2.45rem;
    border-radius: 0.72rem;
    font-size: 0.9rem;
  }
  .ti-service-single__form-shell .mi-formulario > p:not(:has(input[type=submit])):not(:has(.hidden-fields-container))::before {
    left: 0.76rem;
    width: 0.94rem;
    height: 0.94rem;
  }
  .ti-service-single__form-shell .mi-formulario > p:has(textarea) {
    min-height: 3.85rem;
  }
  .ti-service-single__form-shell .mi-formulario input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]),
  .ti-service-single__form-shell .mi-formulario textarea,
  .ti-service-single__form-shell .mi-formulario select {
    font-size: 0.9rem;
  }
  .ti-service-single__form-shell .mi-formulario > p:has(input[type=submit]) {
    padding-top: 0.25rem;
  }
  .ti-service-single__form-shell .mi-formulario input[type=submit] {
    width: min(100%, 11rem);
    min-width: 0;
  }
  .ti-service-single__intro {
    margin-bottom: 1.6rem;
    font-size: 1.02rem;
    line-height: 1.45;
  }
  .ti-service-single__feature {
    gap: 0.85rem;
  }
  .ti-service-single__feature-icon {
    width: 2.35rem;
    height: 2.35rem;
  }
  .ti-service-single__feature-icon-image {
    width: 1.3rem;
    height: 1.3rem;
  }
  .ti-service-single__feature-text {
    font-size: 0.98rem;
  }
}/*# sourceMappingURL=index.css.map */