.elementor-7938 .elementor-element.elementor-element-3016a27{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-3016a27 */* ── RESET ────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── FUENTES ──────────────────────────────────────── */
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100; font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100; font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200; font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200; font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300; font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300; font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-Italic.ttf') format('truetype');
  font-weight: 400; font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500; font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500; font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600; font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600; font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700; font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800; font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800; font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900; font-style: normal;
}

/* ── VARIABLES ────────────────────────────────────── */
:root {
  --c-primary:   #3D2FA0;
  --c-primary-l: #EAE8F8;
  --c-primary-m: #6C5FCF;
  --c-accent:    #F4F0FF;
  --c-text:      #1A1A2E;
  --c-muted:     #6B6B8A;
  --c-border:    #E2DEFF;
  --c-bg:        #F8F7FF;
  --c-white:     #FFFFFF;
  --c-success:   #2ECC71;
  --radius-sm:   8px;
  --radius-md:   14px;
  --radius-lg:   22px;
  --shadow:      0 4px 24px rgba(61,47,160,0.08);
  --shadow-card: 0 2px 12px rgba(61,47,160,0.06);
}

/* ── BASE ─────────────────────────────────────────── */


/* ── CONTENEDOR ───────────────────────────────────── */
.ct-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

/* ── HEADER / LOGO ────────────────────────────────── */
.ct-logo {
  text-align: center;
  margin-bottom: 2.5rem;
}
.ct-logo-img {
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ── BARRA DE PROGRESO ────────────────────────────── */
.ct-progress-wrap {
  margin-bottom: 2rem;
}
.ct-progress-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--c-muted);
  margin-bottom: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.ct-progress-track {
  height: 5px;
  background: var(--c-border);
  border-radius: 99px;
  overflow: hidden;
}
.ct-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--c-primary-m), var(--c-primary));
  border-radius: 99px;
  transition: width 0.5s cubic-bezier(.4,0,.2,1);
}

/* ── PANTALLA / SLIDE ─────────────────────────────── */
.ct-screen {
  display: none;
  animation: ctFadeIn 0.35s ease;
}
.ct-screen.active { display: block; }

@keyframes ctFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── TARJETA INSTRUCCIONES ────────────────────────── */
.ct-card-instructions {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 2rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow);
}
.ct-card-instructions h2 {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: 0.75rem;
}
.ct-card-instructions p {
  font-size: 0.875rem;
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.ct-scale-legend {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.ct-scale-legend-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: var(--c-text);
}
.ct-scale-legend-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--c-accent);
  color: var(--c-primary);
  font-weight: 600;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ct-disclaimer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--c-border);
  font-size: 0.78rem;
  color: var(--c-muted);
  font-style: italic;
}

/* ── BADGE DIMENSIÓN ──────────────────────────────── */
.ct-dimension-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--c-primary-l);
  color: var(--c-primary);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: 99px;
  margin-bottom: 1.25rem;
}
.ct-dimension-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-primary);
}

/* ── TARJETA PREGUNTA ─────────────────────────────── */
.ct-card-question {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-card);
  margin-bottom: 1.25rem;
}
.ct-question-num {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--c-muted);
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}
.ct-question-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.45;
  color: var(--c-text);
  margin-bottom: 0.4rem;
}
.ct-question-hint {
  font-size: 0.8rem;
  color: var(--c-muted);
  margin-bottom: 1.75rem;
  font-style: italic;
}

/* ── OPCIONES ─────────────────────────────────────── */
.ct-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.ct-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  user-select: none;
}
.ct-option:hover {
  border-color: var(--c-primary-m);
  background: var(--c-accent);
  transform: translateX(3px);
}
.ct-option.selected {
  border-color: var(--c-primary);
  background: var(--c-primary-l);
}
.ct-option-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-muted);
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.ct-option.selected .ct-option-circle {
  background: var(--c-primary);
  color: var(--c-white);
  border-color: var(--c-primary);
}
.ct-option-label {
  font-size: 0.875rem;
  color: var(--c-muted);
  transition: color 0.2s;
}
.ct-option.selected .ct-option-label {
  color: var(--c-primary);
  font-weight: 500;
}

/* ── ACCIONES ─────────────────────────────────────── */
.ct-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.ct-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.7rem 1.6rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--c-border);
  background: transparent;
  color: var(--c-muted);
  cursor: pointer;
  transition: all 0.2s;
}
.ct-btn:hover { background: var(--c-border); color: var(--c-text); }
.ct-btn-primary {
  background: var(--c-primary);
  color: var(--c-white);
  border-color: var(--c-primary);
}
.ct-btn-primary:hover { background: #2d2278; border-color: #2d2278; }
.ct-btn-primary:disabled {
  background: var(--c-border);
  color: var(--c-muted);
  border-color: var(--c-border);
  cursor: not-allowed;
}
.ct-btn-ghost {
  border-color: transparent;
  background: transparent;
}
.ct-btn-ghost:hover { background: var(--c-accent); color: var(--c-primary); }

/* ── PANTALLA BIENVENIDA ──────────────────────────── */
.ct-welcome {
  text-align: center;
  padding: 3rem 1rem;
}
.ct-welcome-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--c-primary-l);
  color: var(--c-primary);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 99px;
  margin-bottom: 1.5rem;
}
.ct-welcome h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--c-text);
  margin-bottom: 1rem;
}
.ct-welcome p {
  font-size: 0.95rem;
  color: var(--c-muted);
  line-height: 1.75;
  max-width: 440px;
  margin: 0 auto 2rem;
}

/* ── PANTALLA FINAL ───────────────────────────────── */
.ct-final {
  text-align: center;
  padding: 3rem 1rem;
  font-family: 'Poppins', sans-serif;
}
.ct-final-icon {
  width: 64px;
  height: 64px;
  background: var(--c-primary-l);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.75rem;
}
.ct-final h2 {
  font-size: 1.8rem;
  color: var(--c-text);
  margin-bottom: 0.75rem;
}
.ct-final p {
  font-size: 0.9rem;
  color: var(--c-muted);
  line-height: 1.7;
  max-width: 380px;
  margin: 0 auto 2rem;
}

/* ── TEXTAREA ─────────────────────────────────────── */
.ct-textarea {
  width: 100%;
  min-height: 120px;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: var(--c-text);
  background: var(--c-bg);
  resize: vertical;
  transition: border-color 0.2s;
  outline: none;
}
.ct-textarea:focus {
  border-color: var(--c-primary-m);
  background: var(--c-white);
}

/* ── SELECCIÓN MÚLTIPLE ───────────────────────────── */
.ct-option-check { align-items: flex-start; }
.ct-option-check-box {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1.5px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: transparent;
  background: var(--c-white);
  flex-shrink: 0;
  margin-top: 1px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.ct-option-check.selected .ct-option-check-box {
  background: var(--c-primary);
  color: var(--c-white);
  border-color: var(--c-primary);
}

/* ── CAMPO "OTRO" ─────────────────────────────────── */
.ct-other-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.ct-other-label {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--c-muted);
  white-space: nowrap;
}
.ct-other-input {
  flex: 1;
  padding: 0.55rem 0.9rem;
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-sm);
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  color: var(--c-text);
  background: var(--c-bg);
  outline: none;
  transition: border-color 0.2s;
}
.ct-other-input:focus {
  border-color: var(--c-primary-m);
  background: var(--c-white);
}

/* ── RESULTADOS ───────────────────────────────────── */
.res-header {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow);
}
.res-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--c-primary-l);
  color: var(--c-primary);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: 99px;
  margin-bottom: 1.25rem;
}
.res-profile-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.res-profile-emoji {
  font-size: 2.5rem;
  line-height: 1;
}
.res-profile-label {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.res-global-score {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--c-primary);
}
.res-global-label {
  font-size: 0.85rem;
  color: var(--c-muted);
}
.res-profile-summary {
  font-size: 0.9rem;
  color: var(--c-muted);
  line-height: 1.7;
  border-top: 1px solid var(--c-border);
  padding-top: 1rem;
  margin-top: 0.5rem;
}

/* ── RADAR ────────────────────────────────────────── */
.res-radar-wrap {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 2rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-card);
}
.res-radar-container {
  max-width: 340px;
  margin: 0 auto;
  padding: 0.5rem 0;
}

/* ── SECCIÓN DIMENSIONES ──────────────────────────── */
.res-section {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 2rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-card);
}
.res-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  color: var(--c-text);
  margin-bottom: 0.35rem;
}
.res-section-subtitle {
  font-size: 0.82rem;
  color: var(--c-muted);
  margin-bottom: 1.25rem;
  font-style: italic;
}

/* ── TARJETA DIMENSIÓN ────────────────────────────── */
.res-dim-card {
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--c-border);
}
.res-dim-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.res-dim-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}
.res-dim-icon { font-size: 1.3rem; flex-shrink: 0; }
.res-dim-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.res-dim-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--c-text);
}
.res-dim-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.15rem 0.6rem;
  border-radius: 99px;
  width: fit-content;
}
.res-dim-pct {
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
}
.res-bar-track {
  height: 7px;
  background: var(--c-border);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 0.65rem;
}
.res-bar-fill {
  height: 100%;
  border-radius: 99px;
  transition: width 0.8s cubic-bezier(.4,0,.2,1);
}
.res-dim-desc {
  font-size: 0.82rem;
  color: var(--c-muted);
  line-height: 1.65;
}

/* ── CUALITATIVO ──────────────────────────────────── */
.res-qual-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.res-qual-label {
  font-size: 0.82rem;
  color: var(--c-text);
  font-weight: 500;
  min-width: 160px;
  flex-shrink: 0;
}
.res-qual-bar-track {
  flex: 1;
  height: 6px;
  background: var(--c-border);
  border-radius: 99px;
  overflow: hidden;
}
.res-qual-bar-fill {
  height: 100%;
  border-radius: 99px;
  transition: width 0.7s ease;
}
.res-qual-pct {
  font-size: 0.82rem;
  font-weight: 700;
  min-width: 36px;
  text-align: right;
}

/* ── CTA ──────────────────────────────────────────── */
.res-cta-section {
  background: linear-gradient(135deg, #EAE8F8 0%, #F4F0FF 100%);
  border: 2px solid var(--c-primary);
  border-radius: var(--radius-lg);
  padding: 2.5rem 1.75rem;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.res-cta-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--c-primary);
  margin-bottom: 0.5rem;
  font-family: 'Poppins', sans-serif;
}
.res-cta-subtitle {
  font-size: 0.9rem;
  color: var(--c-muted);
  margin-bottom: 1.75rem;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

/* ── FORMULARIO DE REGISTRO ───────────────────────── */
.ct-registro-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-top: 1.5rem;
}
.ct-field-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.ct-field-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-primary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ct-field-input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: var(--c-text);
  background: var(--c-bg);
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.ct-field-input::placeholder { color: #b0b0c8; }
.ct-field-input:focus {
  border-color: var(--c-primary-m);
  background: var(--c-white);
  box-shadow: 0 0 0 3px rgba(61, 47, 160, 0.08);
}
.ct-field-input.ct-field-error {
  border-color: #E74C3C;
  background: #fff8f8;
}
.ct-field-input.ct-field-ok { border-color: #27AE60; }

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 480px) {
  .ct-welcome h1 { font-size: 1.7rem; }
  .ct-card-question { padding: 1.5rem; }
  .ct-question-text { font-size: 1.05rem; }
  .res-profile-label { font-size: 1.3rem; }
  .res-qual-label { min-width: 120px; font-size: 0.76rem; }
  .res-header,
  .res-radar-wrap,
  .res-section { padding: 1.25rem; }
}/* End custom CSS */