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;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

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

a {
  color: inherit;
}

h1, h2, h3 {
  line-height: 1.12;
}

.section {
  padding: 1px 0;
}

.tight {
  padding: 2px 0;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid rgba(15, 18, 32, 0.06);
}

.topbar {
  background: #008543;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.35px;
}

.main-header .contenedor-emprende {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.logo img {
  height: 42px;
  width: auto;
  display: block;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 18, 32, 0.1);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 6px 16px rgba(15, 18, 32, 0.06);
  font-weight: 900;
  font-size: 13px;
  color: #111;
  white-space: nowrap;
}
.mini-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff5700;
  box-shadow: 0 0 0 4px rgba(255, 87, 0, 0.18);
}

.jump {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5700, #e24f00);
  color: #fff;
  text-decoration: none;
  font-weight: 1000;
  font-size: 13px;
  box-shadow: 0 14px 28px rgba(255, 87, 0, 0.2);
  transition: transform 0.15s ease, filter 0.15s ease;
}
.jump:hover {
  transform: translateY(-1px);
  filter: saturate(1.06);
}

@media (max-width: 780px) {
  .header-cta {
    display: none;
  }
}
.hero-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: center;
  padding: 1px 0 6px;
}

.hero-title {
  font-size: clamp(26px, 4.3vw, 52px);
  letter-spacing: -0.02em;
}

.hero-lead {
  margin-top: 10px;
  font-size: clamp(15px, 2vw, 19px);
  font-weight: 900;
  color: #ff5700;
  max-width: 52ch;
}

.hero-sub {
  margin-top: 8px;
  color: rgba(15, 18, 32, 0.78);
  max-width: 62ch;
  font-weight: 650;
}

.chip-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 18, 32, 0.1);
  box-shadow: 0 10px 22px rgba(15, 18, 32, 0.06);
  font-weight: 900;
  font-size: 13px;
  color: #111;
  white-space: nowrap;
}
.chip svg {
  width: 18px;
  height: 18px;
}

.hero-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ff5700, #e24f00);
  color: #fff;
  text-decoration: none;
  font-weight: 1000;
  padding: 12px 16px;
  border-radius: 999px;
  transition: transform 0.15s ease, filter 0.15s ease;
  box-shadow: 0 14px 28px rgba(255, 87, 0, 0.2);
}
.btn:hover {
  transform: translateY(-1px);
  filter: saturate(1.05);
}
.btn.ghost {
  background: rgba(255, 255, 255, 0.72);
  color: #111;
  border: 1px solid rgba(15, 18, 32, 0.12);
  box-shadow: 0 10px 22px rgba(15, 18, 32, 0.06);
}

.hero-visual {
  position: relative;
  border-radius: 26px;
  background: radial-gradient(260px 180px at 28% 18%, rgba(255, 87, 0, 0.4), transparent 62%), radial-gradient(240px 160px at 74% 28%, rgba(111, 66, 193, 0.34), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76));
  border: 1px solid rgba(15, 18, 32, 0.1);
  box-shadow: 0 14px 38px rgba(15, 18, 32, 0.1);
  overflow: hidden;
  padding: 16px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, rgba(255, 87, 0, 0.28), rgba(111, 66, 193, 0.2), rgba(0, 133, 67, 0.16));
  filter: blur(18px);
  opacity: 0.55;
  z-index: 0;
}

.mock {
  position: relative;
  z-index: 1;
  width: min(320px, 100%);
  aspect-ratio: 10/12;
  border-radius: 28px;
  border: 1px solid rgba(15, 18, 32, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.78));
  box-shadow: 0 16px 40px rgba(15, 18, 32, 0.14);
  overflow: hidden;
}

.mock-top {
  padding: 14px 14px 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mock-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 1000;
}
.mock-logo i {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #ff5700;
  box-shadow: 0 0 0 4px rgba(255, 87, 0, 0.16);
  display: inline-block;
}

.mock-pill {
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 18, 32, 0.1);
  background: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 950;
}

.mock-mid {
  padding: 0 14px 14px;
}

.mock-h {
  font-size: 18px;
  font-weight: 1100;
  letter-spacing: -0.02em;
  margin-top: 4px;
}

.mock-p {
  color: rgba(15, 18, 32, 0.72);
  font-weight: 700;
  margin-top: 6px;
  font-size: 13px;
}

.mock-card {
  margin-top: 1px;
  border-radius: 16px;
  border: 1px solid rgba(15, 18, 32, 0.1);
  background: rgba(255, 255, 255, 0.78);
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mock-ic {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255, 87, 0, 0.14);
  border: 1px solid rgba(255, 87, 0, 0.22);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.mock-ic svg {
  width: 18px;
  height: 18px;
}

.mock-b {
  font-weight: 1000;
  font-size: 13px;
}

.mock-s {
  color: rgba(15, 18, 32, 0.7);
  font-weight: 700;
  font-size: 12px;
  margin-top: 2px;
}

.mock-cta {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 87, 0, 0.92), rgba(226, 79, 0, 0.92));
  color: #fff;
  font-weight: 1100;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 18px 34px rgba(255, 87, 0, 0.22);
}

@media (max-width: 920px) {
  .hero-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hero-visual {
    min-height: 240px;
  }
}
.section-title {
  margin: 6px 0 10px;
  font-weight: 1100;
  font-size: clamp(18px, 2.4vw, 28px);
  letter-spacing: -0.01em;
}

.muted {
  color: rgba(15, 18, 32, 0.72);
  font-weight: 650;
}

.cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}

@media (max-width: 980px) {
  .cards {
    grid-template-columns: 1fr;
  }
}
.card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 18, 32, 0.1);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(15, 18, 32, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15, 18, 32, 0.12);
}
.card .label {
  color: rgba(15, 18, 32, 0.68);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}
.card .years {
  font-size: 44px;
  font-weight: 1200;
  letter-spacing: -0.03em;
  margin-top: -4px;
}
.card .years2 {
  font-size: 44px;
  font-weight: 1200;
  letter-spacing: -0.03em;
  margin-top: -14px;
}
.card .price {
  font-weight: 1200;
  color: #ff5700;
  font-size: 20px;
  margin-top: 6px;
}
.card .subprice {
  color: rgba(15, 18, 32, 0.65);
  font-weight: 750;
  font-size: 13px;
  margin-top: 3px;
}
.card .cta {
  margin-top: 12px;
  width: 100%;
  display: flex;
}

.btn-full {
  width: 100%;
  text-align: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 1100;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #ff5700, #e24f00);
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 87, 0, 0.2);
  transition: transform 0.15s ease, filter 0.15s ease;
}
.btn-full:hover {
  transform: translateY(-1px);
  filter: saturate(1.05);
}
.btn-full.ghost {
  background: rgba(255, 255, 255, 0.74);
  color: #111;
  border: 1px solid rgba(15, 18, 32, 0.12);
  box-shadow: 0 10px 22px rgba(15, 18, 32, 0.06);
}

.featured {
  border: 1px solid rgba(255, 87, 0, 0.32);
  box-shadow: 0 24px 58px rgba(255, 87, 0, 0.18);
  background: radial-gradient(460px 240px at 18% 12%, rgba(255, 87, 0, 0.22), transparent 60%), radial-gradient(460px 240px at 88% 18%, rgba(111, 66, 193, 0.14), transparent 60%), rgba(255, 255, 255, 0.9);
}

.ribbon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 1100;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 87, 0, 0.28);
  background: rgba(255, 231, 217, 0.78);
  color: #ff5700;
  margin-bottom: 10px;
}
.ribbon .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff5700;
  box-shadow: 0 0 0 4px rgba(255, 87, 0, 0.16);
}

.old-price {
  font-size: 12px;
  font-weight: 800;
  color: rgba(15, 18, 32, 0.55);
  text-decoration: line-through;
  margin-top: 2px;
}

.price3 {
  color: #ff5700;
  font-size: 28px;
  font-weight: 1300;
  letter-spacing: -0.02em;
  margin-top: 4px;
}

.offer-box {
  margin-top: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(15, 18, 32, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 22px rgba(15, 18, 32, 0.06);
}

.offer-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.offer-line small {
  color: rgba(15, 18, 32, 0.8);
  font-weight: 1000;
  font-size: 13px;
  line-height: 1.05;
}

.timer-units {
  display: flex;
  gap: 6px;
}
.timer-units .unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.timer-units .unit span {
  display: grid;
  place-items: center;
  min-width: 44px;
  padding: 8px 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff5700, #e24f00);
  color: #fff;
  font-weight: 1300;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.35px;
  box-shadow: 0 12px 22px rgba(255, 87, 0, 0.22);
}
.timer-units .unit em {
  font-style: normal;
  font-size: 11px;
  font-weight: 1000;
  color: rgba(15, 18, 32, 0.72);
  line-height: 1;
}

.offer-ended {
  margin-top: 10px;
  font-weight: 1000;
  color: rgba(15, 18, 32, 0.8);
  background: #fff;
  border: 1px solid rgba(15, 18, 32, 0.1);
  padding: 10px 12px;
  border-radius: 14px;
  display: none;
}

.pulse {
  position: relative;
  isolation: isolate;
}
.pulse:before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 87, 0, 0.35), transparent 62%);
  filter: blur(10px);
  opacity: 0;
  z-index: -1;
  animation: pulseGlow 2.4s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.08;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.22;
    transform: scale(1.03);
  }
}
.info-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
}

@media (max-width: 920px) {
  .info-boxes {
    grid-template-columns: 1fr;
  }
}
.info-box {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 18, 32, 0.1);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 10px 24px rgba(15, 18, 32, 0.06);
}
.info-box h3 {
  font-size: 16px;
  font-weight: 1100;
  margin-bottom: 6px;
}
.info-box ul {
  margin-top: 6px;
  list-style: disc;
  padding-left: 18px;
}
.info-box p, .info-box li {
  color: rgba(15, 18, 32, 0.82);
  font-weight: 650;
}

.info-badge {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(111, 66, 193, 0.1);
  border: 1px solid rgba(111, 66, 193, 0.16);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 20px;
}

.accordion {
  margin-top: 14px;
}

.accordion-item {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 18, 32, 0.1);
  box-shadow: 0 10px 22px rgba(15, 18, 32, 0.06);
}

.accordion-header {
  padding: 14px 16px;
  font-weight: 1050;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.accordion-header:hover {
  background: rgba(15, 18, 32, 0.03);
}

.accordion-content {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, padding 0.18s ease;
  color: rgba(15, 18, 32, 0.8);
  font-weight: 650;
}
.accordion-content.open {
  padding: 12px 16px;
  max-height: 260px;
  background: #fff;
}

.plus {
  color: #ff5700;
  font-weight: 1300;
  font-size: 22px;
  line-height: 1;
}

.final {
  margin-top: 18px;
  border-radius: 26px;
  border: 1px solid rgba(15, 18, 32, 0.1);
  background: radial-gradient(520px 220px at 20% 15%, rgba(255, 87, 0, 0.18), transparent 62%), radial-gradient(520px 220px at 85% 20%, rgba(111, 66, 193, 0.12), transparent 62%), rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(15, 18, 32, 0.1);
  padding: 16px;
}

.final-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.final h2 {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 1200;
  letter-spacing: -0.01em;
}

.final p {
  color: rgba(15, 18, 32, 0.75);
  font-weight: 650;
  margin-top: 4px;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

@media (max-width: 920px) {
  .mini-grid {
    grid-template-columns: 1fr;
  }
}
.mini {
  border-radius: 18px;
  border: 1px solid rgba(15, 18, 32, 0.1);
  background: rgba(255, 255, 255, 0.78);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 10px 20px rgba(15, 18, 32, 0.06);
}
.mini strong {
  font-weight: 1200;
}
.mini .mprice {
  color: #ff5700;
  font-weight: 1200;
  white-space: nowrap;
}
.mini a {
  white-space: nowrap;
}
.mini.featured-mini {
  border-color: rgba(255, 87, 0, 0.3);
  box-shadow: 0 18px 40px rgba(255, 87, 0, 0.14);
}

.contact-section {
  padding: 22px 0 8px;
}

.contact-title {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 1200;
  margin-bottom: 8px;
}

.contact-sub {
  color: rgba(15, 18, 32, 0.74);
  font-weight: 650;
  margin-bottom: 12px;
  max-width: 760px;
}

.channels-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.channel-item {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 18, 32, 0.1);
  border-radius: 18px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 22px rgba(15, 18, 32, 0.06);
}

.channel-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.channel-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.channel-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.channel-label {
  font-weight: 1100;
  color: rgba(15, 18, 32, 0.75);
  font-size: 12px;
  letter-spacing: 0.2px;
}

.channel-value {
  font-weight: 1200;
  font-size: 15px;
}

.channel-tel {
  color: #ff5700;
}

.channel-wsp {
  color: #00914e;
}

.channel-chat {
  color: #652D90;
}

.channel-auto {
  color: #e6b200;
}

@media (max-width: 780px) {
  .channels-layout {
    grid-template-columns: 1fr;
  }
}
.site-footer {
  margin-top: 16px;
  background: #0f1220;
  color: #d8dbe7;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 18px 12px;
  display: grid;
  gap: 8px;
  place-items: center;
}

.f-logo img {
  height: 40px;
  width: auto;
  display: block;
}

.f-desc {
  margin: 2px 0 4px;
  text-align: center;
  max-width: 760px;
  color: rgba(216, 219, 231, 0.9);
  font-weight: 650;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: #eef0ff;
  padding: 10px 18px;
  font-weight: 900;
}

.btn:focus,
.btn-full:focus,
.jump:focus {
  outline: 3px solid rgba(255, 87, 0, 0.35);
  outline-offset: 3px;
}
