body {
  font-family: "Roboto", sans-serif;
}

:root {
  --negro: #272727;
  --morado: #652D90;
  --morado-dark: #4e2270;
  --amarillo: #FFC600;
  --amarillo-dark: #e6b200;
  --naranja: #ff5700;
  --verde: #00914e;
}

body.landing-body .main-header {
  width: 100%;
  position: relative;
  z-index: 1000;
  font-family: "Roboto", sans-serif;
}
body.landing-body .topbar {
  background: #00914e;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}
body.landing-body .topbar p {
  margin-bottom: 0px !important;
}
body.landing-body .lp-nav {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  width: 100%;
}
body.landing-body .lp-nav .contenedor-emprende {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.landing-body .logo img {
  height: 48px;
  width: auto;
  display: block;
}

body.landing-body .site-footer {
  background: #222;
  color: #ddd;
  width: 100%;
}
body.landing-body .site-footer .contenedor-emprende {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 576px) {
  body.landing-body .site-footer .contenedor-emprende {
    flex-direction: column;
    align-items: center;
  }
}
body.landing-body ._footer-logo {
  min-height: 100%;
  display: flex;
  align-items: center;
}
body.landing-body ._footer-logo img {
  width: 100px;
  height: auto;
}
body.landing-body ._footer-textFooter {
  font-size: 14px;
  text-align: center;
}
body.landing-body ._footer-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
body.landing-body ._footer-contRegiones {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
body.landing-body ._footer-contRegiones span {
  font-size: 14px;
  text-align: center;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

#altEmail_container,
.altEmail_container {
  position: absolute !important;
  overflow: hidden !important;
  display: inline !important;
  height: 1px !important;
  width: 1px !important;
  z-index: -1000 !important;
}

fieldset.hidden-fields-container {
  display: none !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
}
.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.g-5 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.accordion {
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: rgba(0, 0, 0, .125);
  --bs-accordion-border-radius: .375rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-active-color: #0a58ca;
  --bs-accordion-active-bg: #e7f1ff;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
}

.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: 1px solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-radius: var(--bs-accordion-border-radius) var(--bs-accordion-border-radius) 0 0;
}
.accordion-item:last-of-type {
  border-radius: 0 0 var(--bs-accordion-border-radius) var(--bs-accordion-border-radius);
}
.accordion-item + .accordion-item {
  border-top: 0;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  cursor: pointer;
  text-align: left;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-collapse {
  width: 100%;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

body.landing-alt {
  --alt-bg: #0f1216;
  --alt-surface: #161a21;
  --alt-border: rgba(255, 255, 255, .08);
  --alt-ink: #eef1f5;
  --alt-ink-muted: #b7bdc7;
  --alt-ink-soft: #7c8493;
  --alt-hero-from: #0b0e12;
  --alt-hero-to: #141820;
  --alt-hero-ink: #ffffff;
  --alt-hero-ink-muted: rgba(255, 255, 255, .78);
  --alt-card-glass: rgba(255, 255, 255, .04);
  --alt-card-border: rgba(255, 255, 255, .09);
  --alt-radius: 14px;
  --alt-radius-lg: 20px;
  --alt-naranja: #e55a1a;
  --alt-verde: #1aa86a;
  --alt-verde-dark: #13885a;
  --alt-morado: #8a5fb8;
  --alt-shadow-sm: 0 1px 2px rgba(0, 0, 0, .4), 0 2px 6px rgba(0, 0, 0, .3);
  --alt-shadow-md: 0 6px 16px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .3);
}

body.landing-body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #272727;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body.landing-body h1, body.landing-body h2, body.landing-body h3, body.landing-body h4, body.landing-body h5, body.landing-body h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
body.landing-body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
body.landing-body ul, body.landing-body ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
body.landing-body ul ul, body.landing-body ul ol, body.landing-body ol ul, body.landing-body ol ol {
  margin-bottom: 0;
}
body.landing-body li {
  line-height: 1.5;
}
body.landing-body a {
  text-decoration: none;
  color: inherit;
}
body.landing-body a:hover {
  text-decoration: none;
}
body.landing-body img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
body.landing-body svg {
  overflow: hidden;
  vertical-align: middle;
}
body.landing-body strong, body.landing-body b {
  font-weight: 700;
}
body.landing-body small {
  font-size: 80%;
}
body.landing-body ._hero-contBg {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 6rem;
}
@media (max-width: 576px) {
  body.landing-body ._hero-contBg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
body.landing-body ._hero-titulo1 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  body.landing-body ._hero-titulo1 {
    font-size: 30px;
  }
}
body.landing-body ._hero-titulo2 {
  font-size: 25px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
body.landing-body ._hero-titulo2 span {
  color: #ff5700;
}
@media (max-width: 576px) {
  body.landing-body ._hero-titulo2 {
    font-size: 20px;
  }
}
body.landing-body ._hero-titulo3 {
  color: #fff;
  font-size: 22px;
}
body.landing-body .textoClaro {
  color: #fff;
}
body.landing-body .textoOscuro {
  color: #272727;
}
body.landing-body ._hero-contPrecioNumero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 10px;
}
@media (max-width: 991px) {
  body.landing-body ._hero-contPrecioNumero {
    gap: 1rem;
  }
}
body.landing-body ._hero-contPrecio {
  font-size: 25px;
  display: flex;
  position: relative;
  width: fit-content;
  z-index: 5;
  padding: 0;
}
body.landing-body ._hero-contPrecio::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff5700;
  z-index: -1;
  transform: skewX(-10deg);
  top: 5px;
  left: 5px;
  border-radius: 3px;
}
body.landing-body ._hero-precio {
  background-color: #00914e;
  padding: 10px 30px;
  border-radius: 3px;
  transform: skewX(-10deg);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  color: #fff;
}
body.landing-body ._hero-textoPrecio {
  font-size: 16px;
  font-weight: 400;
}
body.landing-body ._hero-contInfo {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 576px) {
  body.landing-body ._hero-contInfo {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}
body.landing-body ._hero-contForm {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.32);
  padding: 1rem;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(40% - 0.5rem);
}
@media (max-width: 576px) {
  body.landing-body ._hero-contForm {
    width: 100%;
  }
}
body.landing-body ._hero-contForm > p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
}
body.landing-body ._hero-contUl {
  width: calc(60% - 0.5rem);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.32);
  padding: 1rem;
  border-radius: 15px;
}
@media (max-width: 576px) {
  body.landing-body ._hero-contUl {
    width: 100%;
  }
}
body.landing-body ._hero-contUl ul, body.landing-body ._hero-contUl p {
  color: #fff;
  margin-top: 1rem;
}
body.landing-body ._hero-contUl ul {
  padding-left: 1rem;
}
body.landing-body ._hero-divider {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0zMjAgMjhjMzIwIDAgMzIwIDg0IDY0MCA4NCAxNjAgMCAyNDAtMjEgMzIwLTQydjcwSDBWNzBjODAtMjEgMTYwLTQyIDMyMC00MnoiLz48L2c+PC9zdmc+");
  background-size: 100% 100px;
  bottom: 0;
  height: 100px;
  z-index: 1;
  transform: scale(1, 1);
  position: absolute;
  width: 100%;
}
body.landing-body .tituloUl {
  font-size: 20px;
}
body.landing-body .wpcf7 {
  width: 100%;
  margin-top: 1rem;
}
body.landing-body .wpcf7-form p {
  padding-bottom: 0;
  margin-top: 1rem;
}
body.landing-body .wpcf7-form p label {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  box-shadow: 2px 2px 2px #a7a7a7;
  border-radius: 5px;
}
body.landing-body .wpcf7-form p .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.landing-body .wpcf7-form p .wpcf7-form-control-wrap input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1.5px solid #eee;
  padding-left: 10px;
}
body.landing-body .wpcf7-form p .wpcf7-form-control-wrap input:focus-visible {
  border: 1.5px solid #ff5700;
}
body.landing-body .wpcf7-form .wpcf7-submit:hover {
  cursor: pointer;
  background-color: #ff5700;
  color: #fff;
  transition: background-color 0.3s ease;
}
body.landing-body .wpcf7-submit {
  height: 40px;
  border-radius: 15px;
  background-color: #652D90;
  padding: 0 15px;
  border: 0;
  color: #fff;
  width: 100%;
}
body.landing-body .wpcf7-response-output {
  margin: 8px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  border: none !important;
}
body.landing-body .wpcf7-form.sent .wpcf7-response-output {
  background: #e8f5e9;
  color: #2e7d32;
  font-weight: 600;
}
body.landing-body .wpcf7-form.invalid .wpcf7-response-output,
body.landing-body .wpcf7-form.failed .wpcf7-response-output,
body.landing-body .wpcf7-form.aborted .wpcf7-response-output,
body.landing-body .wpcf7-form.spam .wpcf7-response-output {
  background: #fdecea;
  color: #c62828;
}
body.landing-body ._iconos-contIconos {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 3rem 1rem;
}
@media (max-width: 576px) {
  body.landing-body ._iconos-contIconos {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
body.landing-body ._iconos-cardIcono {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  text-decoration: none;
}
@media (max-width: 576px) {
  body.landing-body ._iconos-cardIcono {
    width: 100%;
  }
}
body.landing-body ._iconos-textoIcono {
  text-align: center;
  margin-top: 1rem;
  color: #272727;
  text-decoration: none;
}
body.landing-body ._landing-svgWsp {
  display: block;
}
body.landing-body ._landing-svgWsp svg {
  display: block;
}
body.landing-body ._landing-contBtnWsp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
body.landing-body ._landing-btnWsp {
  font-size: 16px;
  background-color: #089844;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 25px;
  color: #fff;
  transition: 0.3s;
  font-weight: 600;
}
body.landing-body ._landing-btnWsp:visited {
  color: #fff;
}
body.landing-body ._landing-btnWsp:hover {
  box-shadow: 3px 3px 0 rgba(85, 85, 85, 0.55);
  background-color: #15f172;
}
body.landing-body ._landing-btnWsp:active {
  box-shadow: 3px 3px 5px rgba(85, 85, 85, 0.55) inset;
  background-color: #15f172;
  transition: 0s;
}

body.landing-alt {
  margin: 0px;
  font-family: "Roboto", sans-serif;
  color: var(--alt-ink);
  background: var(--alt-bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.landing-alt * {
  box-sizing: border-box;
}
body.landing-alt a {
  color: inherit;
  text-decoration: none;
}
body.landing-alt img {
  max-width: 100%;
  display: block;
}
body.landing-alt .main-header {
  width: 100%;
  position: relative;
  z-index: 1000;
}
body.landing-alt .topbar {
  background: var(--alt-verde);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}
body.landing-alt .topbar .contenedor-emprende {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
body.landing-alt .topbar p {
  margin: 0px;
  text-align: center;
}
body.landing-alt .lp-nav {
  background: var(--alt-surface);
  border-bottom: 1px solid var(--alt-border);
}
body.landing-alt .lp-nav .contenedor-emprende {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
body.landing-alt .logo {
  display: flex;
  align-items: center;
}
body.landing-alt .logo img {
  height: 48px;
  width: auto;
  display: block;
}
@media (max-width: 991px) {
  body.landing-alt .logo img {
    height: 35px;
  }
}
body.landing-alt .nav-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--alt-ink-muted);
  font-size: 14px;
}
body.landing-alt .hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--alt-hero-from) 0%, var(--alt-hero-to) 100%);
  color: var(--alt-hero-ink);
  isolation: isolate;
}
body.landing-alt .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 500px at 80% -10%, rgba(255, 87, 0, 0.22), transparent 60%), radial-gradient(900px 420px at 10% 10%, rgba(101, 45, 144, 0.28), transparent 60%), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02) 0 2px, transparent 2px 12px);
  z-index: -1;
}
body.landing-alt .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, var(--alt-bg) 100%);
  z-index: -1;
}
body.landing-alt .hero-inner {
  padding: 3rem 0rem;
}
body.landing-alt .hero-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.landing-alt h1.hero-title {
  margin: 18px 0 16px;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  font-weight: 900;
  width: 100%;
  text-align: center;
}
body.landing-alt h1.hero-title .accent {
  color: var(--alt-naranja);
}
body.landing-alt .hero-sub {
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.6;
  color: var(--alt-hero-ink-muted);
  max-width: 72ch;
  text-align: center;
  margin: 0 auto 28px;
  font-weight: 400;
}
body.landing-alt .price-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6px;
  margin-bottom: 8px;
}
body.landing-alt .price-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--alt-naranja);
  font-weight: 900;
  font-size: clamp(32px, 3.4vw, 42px);
  letter-spacing: -0.015em;
  line-height: 1;
}
body.landing-alt .price-tag .iva {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--alt-hero-ink-muted);
  text-transform: uppercase;
}
body.landing-alt .btn {
  --btn-bg: var(--alt-naranja);
  --btn-ink: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 10px;
  background: var(--btn-bg);
  color: var(--btn-ink);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  border: 0;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}
body.landing-alt .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}
body.landing-alt .btn:active {
  transform: translateY(0);
}
body.landing-alt .btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
body.landing-alt .btn.btn--wsp {
  --btn-bg: var(--alt-verde);
}
body.landing-alt .btn.btn--wsp:hover {
  --btn-bg: var(--alt-verde-dark);
}
body.landing-alt .btn.btn--orange {
  --btn-bg: var(--alt-naranja);
}
body.landing-alt .btn.btn--orange:hover {
  --btn-bg: #e64e00;
}
body.landing-alt .btn.btn--ghost {
  --btn-bg: transparent;
  color: var(--alt-hero-ink);
  border: 1px solid var(--alt-card-border);
  box-shadow: none;
  background: var(--alt-card-glass);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.landing-alt .btn.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}
body.landing-alt .btn.btn--block {
  width: 100%;
  justify-content: center;
}
body.landing-alt .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 24px;
  margin-top: 40px;
  align-items: stretch;
}
@media (max-width: 860px) {
  body.landing-alt .hero-grid {
    grid-template-columns: 1fr;
  }
}
body.landing-alt .card-glass {
  background: var(--alt-card-glass);
  border: 1px solid var(--alt-card-border);
  border-radius: var(--alt-radius-lg);
  padding: 28px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
body.landing-alt .card-glass h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
}
body.landing-alt .card-glass .card-lead {
  color: var(--alt-hero-ink-muted);
  font-size: 14px;
  margin: 0 0 20px;
}
body.landing-alt .card-glass .wpcf7 {
  width: 100%;
  margin-top: 0;
}
body.landing-alt .card-glass .wpcf7-form {
  display: grid;
  gap: 12px;
}
body.landing-alt .card-glass .wpcf7-form p {
  margin: 0;
  padding: 0;
}
body.landing-alt .card-glass .wpcf7-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--alt-hero-ink-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
body.landing-alt .card-glass .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
body.landing-alt .card-glass .wpcf7-form input:not([type=submit]),
body.landing-alt .card-glass .wpcf7-form textarea,
body.landing-alt .card-glass .wpcf7-form select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--alt-card-border);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font: inherit;
  font-size: 15px;
  transition: border-color 0.15s, background 0.15s;
}
body.landing-alt .card-glass .wpcf7-form input:not([type=submit])::placeholder,
body.landing-alt .card-glass .wpcf7-form textarea::placeholder,
body.landing-alt .card-glass .wpcf7-form select::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
body.landing-alt .card-glass .wpcf7-form input:not([type=submit]):focus,
body.landing-alt .card-glass .wpcf7-form textarea:focus,
body.landing-alt .card-glass .wpcf7-form select:focus {
  outline: none;
  border-color: var(--alt-naranja);
  background: rgba(255, 255, 255, 0.08);
}
body.landing-alt .card-glass .wpcf7-form textarea {
  min-height: 72px;
  resize: vertical;
}
body.landing-alt .card-glass .wpcf7-submit {
  width: 100%;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 10px;
  background: var(--alt-naranja);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
body.landing-alt .card-glass .wpcf7-submit:hover {
  background: #e64e00;
}
body.landing-alt .card-glass .wpcf7-response-output {
  margin: 8px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  border: none !important;
}
body.landing-alt .card-glass .wpcf7-form.sent .wpcf7-response-output {
  background: #e8f5e9;
  color: #2e7d32;
  font-weight: 600;
}
body.landing-alt .card-glass .wpcf7-form.invalid .wpcf7-response-output,
body.landing-alt .card-glass .wpcf7-form.failed .wpcf7-response-output,
body.landing-alt .card-glass .wpcf7-form.aborted .wpcf7-response-output,
body.landing-alt .card-glass .wpcf7-form.spam .wpcf7-response-output {
  background: #fdecea;
  color: #c62828;
}
body.landing-alt .services h2 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.landing-alt .services h2 .idx {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(255, 87, 0, 0.15);
  color: var(--alt-naranja);
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 87, 0, 0.3);
}
body.landing-alt .svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
body.landing-alt .svc {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--alt-card-border);
  border-radius: 14px;
  padding: 18px;
}
body.landing-alt .svc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
body.landing-alt .svc-title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
body.landing-alt .svc-kind {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(0, 145, 78, 0.18);
  color: #74d7a3;
  border: 1px solid rgba(0, 145, 78, 0.35);
}
body.landing-alt .svc.svc--corp .svc-kind {
  background: rgba(101, 45, 144, 0.22);
  color: #caa8e6;
  border-color: rgba(101, 45, 144, 0.45);
}
body.landing-alt .svc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
body.landing-alt .svc li {
  position: relative;
  padding-left: 22px;
  font-size: 13.5px;
  color: var(--alt-hero-ink-muted);
  line-height: 1.5;
}
body.landing-alt .svc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: var(--alt-verde);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 8.5l3 3 7-8' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 8.5l3 3 7-8' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
}
body.landing-alt .svc.svc--corp li::before {
  background: var(--alt-morado);
}
body.landing-alt .svc-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 12px;
  flex-wrap: wrap;
}
body.landing-alt .hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  pointer-events: none;
  color: var(--alt-bg);
}
body.landing-alt .hero-wave svg {
  display: block;
  width: 100%;
  height: 80px;
}
body.landing-alt .trust {
  /* padding: 56px 0 72px; */
}
body.landing-alt .trust-heading {
  text-align: center;
  margin: 0 0 28px;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--alt-ink);
}
body.landing-alt .trust-heading small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--alt-naranja);
  margin-bottom: 8px;
}
body.landing-alt .trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  body.landing-alt .trust-grid {
    grid-template-columns: 1fr;
  }
}
body.landing-alt .trust-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border-radius: var(--alt-radius);
  background: var(--alt-surface);
  border: 1px solid var(--alt-border);
  box-shadow: var(--alt-shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  color: inherit;
}
body.landing-alt .trust-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--alt-shadow-md);
}
body.landing-alt .trust-ico {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
}
body.landing-alt .trust-ico.ico-wsp {
  background: var(--alt-verde);
}
body.landing-alt .trust-ico.ico-tel {
  background: var(--alt-morado);
}
body.landing-alt .trust-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
body.landing-alt .trust-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--alt-ink-soft);
}
body.landing-alt .trust-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--alt-ink);
}
body.landing-alt .site-footer {
  background: #1a1d22;
  color: #cfd3db;
  width: 100%;
}
body.landing-alt .site-footer .contenedor-emprende {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 576px) {
  body.landing-alt .site-footer .contenedor-emprende {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
body.landing-alt ._footer-logo img {
  width: 100px;
  height: auto;
}
body.landing-alt ._footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
body.landing-alt ._footer-textFooter {
  font-size: 13px;
  text-align: center;
  color: #8a8f97;
}
body.landing-alt ._footer-contRegiones {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
body.landing-alt ._footer-contRegiones span {
  font-size: 13px;
  color: #9aa0a9;
}
