/* Marca, tipografías, composición, formulario y tarjetas de medios. */
:root {
  --k-blue: #1a5ba9;
  --k-orange: #ffa300
}

body {
  font-family: inconsolata, monospace
}

main,
footer,
.e-con {
  min-width: 0
}

section[id],
div[id],
main[id] {
  scroll-margin-top: 110px
}

.skip-link {
  z-index: 100;
  color: var(--k-blue);
  background: #fff;
  padding: 12px 18px;
  position: fixed;
  top: -70px;
  left: 16px
}

.skip-link:focus {
  top: 12px
}

.k-site-header {
  z-index: 40;
  position: sticky;
  top: 0
}

.k-site-header .elementor-nav-menu--main ul {
  flex-wrap: nowrap
}

.k-site-header .elementor-nav-menu--main .elementor-item {
  white-space: nowrap
}

.k-mobile-header {
  display: none
}

.elementor-invisible {
  visibility: visible !important
}

.elementor-860 .elementor-element-ecec9ca {
  background: #efa321
}

.elementor-860 .elementor-background-video-container {
  overflow: hidden
}

.elementor-860 .elementor-background-video-hosted {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform: none
}

.elementor-860 .elementor-element-598d726 {
  --padding-top: 42px;
  --padding-bottom: 24px;
  --padding-left: 10px;
  --padding-right: 10px
}

.k-hero-cta {
  color: #fff;
  text-underline-offset: 4px;
  text-decoration: underline
}

.k-hero-cta:hover {
  color: #fff;
  text-decoration-thickness: 2px
}

.k-model-spacer {
  flex-shrink: 0;
  width: 53%
}

.k-model-price {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 18px 0 0;
  font: 600 18px/1.4 Monserrat, sans-serif
}

.elementor-860 .elementor-element-88a2c06 {
  align-self: flex-start
}

.elementor-button {
  transition: filter .2s, transform .2s
}

.elementor-button:hover {
  filter: brightness(.93);
  transform: translateY(-1px)
}

.k-institutional-video {
  aspect-ratio: 16/9;
  background: #101010;
  border: 0;
  width: 100%;
  display: block
}

.elementor-widget-loop-carousel .swiper-wrapper {
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  align-items: stretch;
  gap: 24px;
  height: auto;
  padding-bottom: 12px;
  overflow-x: auto;
  transform: none !important
}

.elementor-widget-loop-carousel .swiper-slide {
  scroll-snap-align: start;
  flex: 0 0 calc(33.3333% - 16px);
  height: auto
}

.elementor-widget-loop-carousel .elementor-heading-title {
  overflow-wrap: anywhere
}

.k-carousel-controls {
  justify-content: center;
  gap: 10px;
  margin: 18px 0 8px;
  display: flex
}

.k-carousel-controls button {
  width: 44px;
  height: 44px;
  color: var(--k-blue);
  background: 0 0;
  border: 1px solid;
  border-radius: 50%;
  place-content: center;
  padding: 0;
  font-size: 25px;
  display: grid
}

.k-carousel-controls button:hover {
  color: #fff;
  background: var(--k-blue)
}

.k-video-carousel {
  scroll-snap-type: x mandatory;
  gap: 24px;
  padding-bottom: 12px;
  overflow-x: auto;
  display: flex !important
}

.k-video-carousel>div {
  scroll-snap-align: start;
  flex: 0 0 calc(33.3333% - 16px);
  min-width: 0
}

.k-video-carousel iframe {
  aspect-ratio: 16/9;
  border: 0;
  width: 100%;
  height: auto
}

.k-lead-form {
  color: #fff;
  text-align: left;
  outline: none;
  width: 100%;
  font-family: inconsolata, monospace
}

.k-lead-form h2 {
  color: #fff;
  text-transform: uppercase;
  outline: none;
  margin: 18px 0 12px;
  font: 400 32px/1.05 Verveine, sans-serif
}

.k-lead-form p {
  font-size: 16px;
  line-height: 1.45
}

.k-lead-form .k-form-intro {
  margin-bottom: 22px
}

.k-step-label {
  justify-content: space-between;
  gap: 12px;
  font: 500 12px/1.4 Monserrat, sans-serif;
  display: flex
}

.k-progress {
  background: #ffffff30;
  height: 4px;
  margin-top: 10px
}

.k-progress>div {
  background: var(--k-orange)
}

.k-contact-grid {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  display: grid
}

.k-full {
  grid-column: 1/-1
}

.k-field {
  min-width: 0;
  margin-bottom: 18px
}

.k-contact-grid .k-field {
  margin-bottom: 0
}

.k-field label {
  margin-bottom: 8px;
  font: 500 14px/1.4 Monserrat, sans-serif;
  display: block
}

.k-field input,
.k-field textarea {
  color: #23374d;
  width: 100%;
  min-height: 48px;
  box-shadow: none;
  background: #fff;
  border: 2px solid #0000;
  border-radius: 3px;
  outline: none;
  padding: 11px 13px;
  font: 400 16px/1.4 inconsolata, monospace;
  display: block
}

.k-field textarea {
  resize: vertical
}

.k-field input::placeholder,
.k-field textarea::placeholder {
  color: #66727f;
  opacity: 1
}

.k-field input:focus,
.k-field textarea:focus {
  border-color: var(--k-orange);
  box-shadow: 0 0 0 3px #ffa30045
}

.k-field input[aria-invalid=true],
.k-field textarea[aria-invalid=true] {
  border-color: #fbd7bb
}

.k-lead-form .k-field-error {
  color: #fff0ce;
  margin: 6px 0 0;
  font-size: 14px
}

.k-consent {
  align-items: flex-start;
  gap: 11px;
  margin: 20px 0;
  display: flex
}

.k-consent label {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.45
}

.k-consent a {
  color: #fff;
  text-underline-offset: 2px;
  text-decoration: underline
}

.k-consent [data-slot=checkbox] {
  background: #fff;
  border: 1px solid #fff;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px
}

.k-consent [data-slot=checkbox][data-state=checked] {
  background: var(--k-orange);
  color: #193e6e
}

.k-button {
  background: var(--k-orange);
  color: #153f71;
  cursor: pointer;
  border: 0;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 22px;
  font: 600 14px/1.3 Monserrat, sans-serif;
  text-decoration: none;
  transition: filter .2s;
  display: inline-flex
}

.k-button:hover,
.k-button:focus {
  color: #153f71;
  background: #ffb22d
}

.k-button:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #ffa300
}

.k-back:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #ffa300
}

.k-carousel-controls button:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #ffa300
}

a:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #ffa300
}

.k-button:disabled,
.k-back:disabled {
  opacity: .65;
  cursor: wait
}

.k-submit {
  width: 100%
}

.k-lead-form .k-form-note {
  text-align: center;
  margin: 12px 0 0;
  font-size: 14px
}

.k-honeypot {
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden
}

.k-fieldset {
  border: 0;
  min-width: 0;
  margin: 0 0 25px;
  padding: 0
}

.k-fieldset legend {
  float: none;
  color: #fff;
  width: 100%;
  margin-bottom: 12px;
  padding: 0;
  font: 500 15px/1.45 Monserrat, sans-serif
}

.k-choices,
.k-location-grid {
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  display: grid
}

.k-choice {
  cursor: pointer;
  color: #fff;
  border: 1px solid #ffffff75;
  border-radius: 4px;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  font: 400 15px/1.4 inconsolata, monospace;
  transition: background .15s;
  display: flex
}

.k-choice:hover {
  background: #ffffff15;
  border-color: #ffb42b
}

.k-choice:has([data-state=checked]) {
  background: #ffffff15;
  border-color: #ffb42b
}

.k-choice>span {
  min-width: 0
}

.k-choice small {
  margin-top: 5px;
  font-size: 13px;
  display: block
}

.k-choice [data-slot=radio-group-item],
.k-choice [data-slot=checkbox] {
  color: #1a5ba9;
  background: #fff;
  border: 1px solid #fff;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  padding: 0
}

.k-choice [data-slot=radio-group-item][data-state=checked],
.k-choice [data-slot=checkbox][data-state=checked] {
  color: #1a5ba9;
  background: #ffa300;
  border-color: #ffa300
}

.k-choice [data-slot=radio-group-indicator] svg {
  fill: #1a5ba9
}

.k-unit-choices {
  grid-template-columns: repeat(3, 1fr)
}

.k-form-subtitle {
  border-top: 1px solid #ffffff50;
  margin: 30px 0 20px;
  padding-top: 22px
}

.k-form-subtitle h3 {
  color: #fff;
  margin: 0 0 10px;
  font: 400 28px/1.1 Verveine, sans-serif
}

.k-form-subtitle p {
  margin: 0
}

.k-conditional {
  border-left: 3px solid #ffa300;
  padding-left: 16px
}

.k-profile-fields {
  scrollbar-width: thin;
  scrollbar-color: #ffa300 #ffffff15;
  max-height: 660px;
  padding: 2px 14px 2px 2px;
  overflow-y: auto
}

.k-profile-fields>:last-child {
  margin-bottom: 4px
}

.k-form-actions {
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  display: flex
}

.k-form-actions .k-submit {
  flex: 1
}

.k-back {
  color: #fff;
  background: 0 0;
  border: 0;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  font-size: 16px;
  display: inline-flex
}

.k-back:hover,
.k-back:focus {
  color: #fff;
  background: 0 0;
  text-decoration: underline
}

.k-save-error {
  background: #ffffff15;
  border-left: 3px solid #ffe2a3;
  margin: 15px 0;
  padding: 12px
}

.k-success {
  text-align: center;
  padding: 30px 10px
}

.k-success>svg {
  color: #ffa300;
  margin: 0 auto 20px;
  display: block
}

.k-success .k-small {
  font-size: 14px
}

.k-spinner {
  flex-shrink: 0;
  animation: 1s linear infinite k-spin
}

@keyframes k-spin {
  to {
    transform: rotate(360deg)
  }
}

.k-menu-sheet {
  z-index: 80;
  color: var(--k-blue);
  background: #fff;
  padding: 36px 26px
}

.k-menu-sheet .k-menu-title {
  color: var(--k-blue);
  font: 400 36px/1 Verveine, sans-serif
}

.k-menu-sheet nav {
  flex-direction: column;
  gap: 14px;
  margin: 24px 0;
  display: flex
}

.k-menu-sheet nav a {
  color: var(--k-blue);
  font: 400 27px/1.1 Verveine, sans-serif;
  text-decoration: none
}

.k-menu-close {
  color: var(--k-blue);
  background: 0 0;
  border: 0;
  padding: 6px;
  position: absolute;
  top: 18px;
  right: 18px
}

@media (max-width:1024px) {
  .k-site-header>.elementor-element-d0ad20b {
    display: none
  }

  .k-mobile-header {
    background: url("https://kekalaoficial.com.mx/wp-content/uploads/2025/07/Recurso-3logo-fin-scaled.png") 50%/100% 100% no-repeat;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: min(95%, 850px);
    margin: 0 auto;
    padding: 10px 24px 17px;
    display: flex
  }

  .k-mobile-header img {
    width: 130px;
    height: auto
  }

  .k-mobile-cta {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #1a5ba9;
    border-radius: 30px;
    padding: 11px 15px;
    font: 500 12px/1.2 Monserrat, sans-serif
  }

  .k-mobile-cta:hover {
    color: #fff
  }

  .k-menu-toggle {
    color: var(--k-blue);
    background: 0 0;
    border: 0;
    padding: 6px
  }

  .elementor-widget-loop-carousel .swiper-slide,
  .k-video-carousel>div {
    flex-basis: calc(50% - 12px)
  }

  .k-model-spacer {
    display: none
  }

  .elementor-860 .elementor-element-88a2c06 {
    --margin-left: 0%;
    --margin-top: 5%;
    --margin-bottom: 5%
  }

  .elementor-860 .elementor-element-598d726 {
    --padding-top: 22px
  }
}

@media (max-width:767px) {

  section[id],
  div[id],
  main[id] {
    scroll-margin-top: 95px
  }

  .k-mobile-header {
    gap: 8px;
    width: 100%;
    padding: 12px 15px 18px
  }

  .k-mobile-header img {
    width: 112px
  }

  .k-mobile-cta {
    max-width: 140px;
    padding: 10px 12px;
    font-size: 11px
  }

  .elementor-860 .elementor-element-ecec9ca {
    --min-height: 370px;
    --margin-top: -85px
  }

  .elementor-860 .elementor-element-1be72f8 {
    --margin-top: -260px;
    --width: 78%
  }

  .elementor-860 .elementor-element-c285006 img {
    width: 220px
  }

  .elementor-860 .elementor-element-f72dfcb {
    --width: 100%;
    --margin-top: 10px
  }

  .elementor-860 .elementor-element-dbf3002 .elementor-heading-title {
    font-size: 34px
  }

  .elementor-860 .elementor-element-598d726 {
    --padding-top: 25px;
    --padding-left: 6px;
    --padding-right: 6px
  }

  .k-contact-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .k-lead-form h2 {
    font-size: 30px
  }

  .k-profile-fields {
    max-height: none;
    padding: 0;
    overflow: visible
  }

  .k-choices {
    grid-template-columns: 1fr
  }

  .k-unit-choices {
    grid-template-columns: repeat(3, 1fr)
  }

  .k-location-grid {
    grid-template-columns: 1fr 1fr
  }

  .k-choice {
    padding: 11px 10px
  }

  .k-form-actions {
    gap: 12px
  }

  .k-form-actions .k-submit {
    padding-inline: 15px;
    font-size: 13px
  }

  .elementor-widget-loop-carousel .swiper-slide,
  .k-video-carousel>div {
    flex-basis: 92%
  }

  .k-model-price {
    font-size: 17px
  }

  .elementor-860 .elementor-element-88a2c06 {
    --margin-bottom: 20px
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  :before,
  :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important
  }

  .elementor-background-video-hosted {
    display: none
  }
}

.elementor-860 .k-benefit-detail {
  color: #fff;
  margin: 12px 0 0;
  font: 400 16px/1.45 inconsolata, monospace
}

.k-franchise-includes {
  color: #153f71;
  padding: 36px 112px 10px 0;
  display: block
}

.k-includes-label {
  letter-spacing: .1em;
  margin-bottom: 12px;
  font: 600 13px/1.5 Monserrat, sans-serif;
  display: block
}

.k-franchise-includes h2 {
  color: #153f71;
  margin: 0 0 20px;
  font: 400 34px/1.08 Verveine, sans-serif
}

.k-franchise-includes ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.k-franchise-includes li {
  padding: 0 0 13px 26px;
  font: 400 17px/1.4 inconsolata, monospace;
  position: relative
}

.k-franchise-includes li:before {
  content: "✓";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0
}

#prensa .k-press-eyebrow {
  color: #a86400;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font: 600 13px/1.4 Monserrat, sans-serif;
  display: block
}

#prensa .k-press-widget {
  width: 100%;
  max-width: 100%;
  height: auto
}

#prensa .k-press-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
  display: grid
}

#prensa .k-press-card {
  background: #fff;
  border: 1px solid #e0e8f2;
  border-radius: 14px;
  flex-direction: column;
  min-width: 0;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 14px #1a5ba90f
}

#prensa .k-press-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px #1a5ba91f
}

#prensa .k-press-image-link {
  width: 100%;
  display: block
}

#prensa .k-press-card img {
  aspect-ratio: 21/9;
  object-fit: cover;
  object-position: center;
  border-bottom: 4px solid #ffa300;
  border-radius: 0;
  width: 100%;
  height: auto;
  display: block
}

#prensa .k-press-card-body {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 22px 24px 24px;
  display: flex
}

#prensa .k-press-medium {
  color: #a86400;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font: 600 12px/1.4 Monserrat, sans-serif;
  display: block
}

#prensa .k-press-card h3 {
  color: #1a5ba9;
  margin: 0 0 10px;
  font: 600 18px/1.35 Monserrat, sans-serif
}

#prensa .k-press-title-link {
  font: inherit;
  color: inherit;
  text-decoration: none
}

#prensa .k-press-title-link:hover {
  text-underline-offset: 3px;
  text-decoration: underline
}

#prensa .k-press-card p {
  color: #526071;
  margin: 0 0 18px;
  font: 400 16px/1.5 inconsolata, monospace
}

#prensa .k-press-read {
  color: #1a5ba9;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 2px solid #ffa300;
  margin-top: auto;
  padding-bottom: 3px;
  font: 600 13px/1.4 Monserrat, sans-serif;
  text-decoration: none
}

#prensa .k-press-read:hover {
  color: #123c70;
  border-bottom-width: 3px
}

@media (max-width:1024px) {
  .k-franchise-includes {
    order: 4;
    width: 100%;
    padding: 25px 0 10px;
    display: block
  }

  .k-franchise-includes ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    display: grid
  }
}

@media (max-width:767px) {
  #prensa .k-press-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 20px
  }

  #prensa .k-press-card-body {
    padding: 20px
  }

  .k-franchise-includes ul {
    display: block
  }

  .k-franchise-includes {
    padding: 20px 6px 0
  }

  .k-franchise-includes h2 {
    font-size: 32px
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: ""
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes enter {
  0% {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0)scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1))rotate(var(--tw-enter-rotate, 0));
    filter: blur(var(--tw-enter-blur, 0))
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0)scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1))rotate(var(--tw-exit-rotate, 0));
    filter: blur(var(--tw-exit-blur, 0))
  }
}

@keyframes accordion-down {
  0% {
    height: 0
  }

  to {
    height: var(--radix-accordion-content-height, var(--accordion-panel-height, auto))
  }
}

@keyframes accordion-up {
  0% {
    height: var(--radix-accordion-content-height, var(--accordion-panel-height, auto))
  }

  to {
    height: 0
  }
}

@keyframes caret-blink {

  0%,
  70%,
  to {
    opacity: 1
  }

  20%,
  50% {
    opacity: 0
  }
}

@keyframes scroll-fade-reveal-b {
  0% {
    --scroll-fade-b: var(--_scroll-fade-size-b, var(--scroll-fade-size, min(12%, calc(var(--spacing) * 10))))
  }

  to {
    --scroll-fade-b: 0px
  }
}

@keyframes scroll-fade-reveal-s {
  0% {
    --scroll-fade-s: 0px
  }

  to {
    --scroll-fade-s: var(--_scroll-fade-size-s, var(--scroll-fade-size, min(12%, calc(var(--spacing) * 10))))
  }
}

@keyframes scroll-fade-reveal-e {
  0% {
    --scroll-fade-e: var(--_scroll-fade-size-e, var(--scroll-fade-size, min(12%, calc(var(--spacing) * 10))))
  }

  to {
    --scroll-fade-e: 0px
  }
}

@keyframes tw-shimmer {
  0% {
    background-position: 100% 0
  }

  to {
    background-position: 0 0
  }
}

.k-export-preview-note {
  font: 400 14px/1.4 inconsolata, monospace;
  color: #fff;
  border: 1px solid #ffffff55;
  padding: 9px 12px;
  margin: 0 0 18px;
  border-radius: 4px;
}

.k-lead-form [hidden] {
  display: none !important;
}

/* Estilos trasladados desde atributos del HTML original. */
#kekala-root .k-original-style-01 {
  enable-background: new 0 0 274.5 270.1
}

#kekala-root .k-original-style-02 {
  enable-background: new 0 0 560 560
}

#kekala-root .k-original-style-03 {
  enable-background: new 0 0 525.8 171.5
}

#kekala-root .k-original-style-04 {
  color: #ffffff
}

/* Controles nativos: conservan los colores y proporciones del formulario. */
.k-form-runtime {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.k-lead-form [hidden] {
  display: none !important;
}

.k-choice input[type="radio"],
.k-choice input[type="checkbox"],
.k-consent input[type="checkbox"] {
  appearance: none;
  display: inline-grid;
  place-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  padding: 0;
  margin: 1px 0 0;
  flex-shrink: 0;
  border: 1px solid #fff;
  background: #fff;
  color: #1a5ba9;
  cursor: pointer;
}

.k-choice input[type="radio"] {
  border-radius: 50%;
}

.k-choice input[type="checkbox"],
.k-consent input[type="checkbox"] {
  border-radius: 4px;
}

.k-consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.k-choice input:checked,
.k-consent input:checked {
  background: #ffa300;
  border-color: #ffa300;
}

.k-choice input[type="radio"]:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a5ba9;
}

.k-choice input[type="checkbox"]:checked::before,
.k-consent input:checked::before {
  content: "✓";
  font: 700 14px/1 Arial, sans-serif;
}

.k-choice:has(input:checked) {
  background: #ffffff15;
  border-color: #ffb42b;
}

.k-choice input:focus-visible,
.k-consent input:focus-visible {
  outline: 3px solid #ffa300;
  outline-offset: 3px;
}

.k-choice:has(input[aria-invalid="true"]) {
  border-color: #fff0ce;
}

.k-progress {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 999px;
}

.k-progress-indicator {
  height: 100%;
  width: 25%;
  background: #ffa300;
  transition: width .25s ease;
}

.k-lead-step-2 .k-progress-indicator {
  width: 65%;
}

.k-lead-step-3 .k-progress-indicator {
  width: 100%;
}

/* Panel lateral del menú móvil y fondo de cierre. */
.k-mobile-dialog {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0 0 0 auto;
  width: min(90vw, 360px);
  max-width: none;
  height: 100dvh;
  max-height: none;
  border: 0;
  overflow-y: auto;
}

.k-mobile-dialog::backdrop {
  background: rgb(0 0 0 / 45%);
}

.k-mobile-dialog .k-menu-close {
  font: 400 34px/1 Arial, sans-serif;
  cursor: pointer;
}

.k-mobile-dialog::backdrop,
.k-mobile-dialog {
  overscroll-behavior: contain;
}

@media (prefers-reduced-motion: reduce) {
  .k-progress-indicator {
    transition: none;
  }
}
